GetIndexedSourcesException Constructor

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'Declaration
Public Sub New ( _
    symbolsFile As String, _
    errorMessage As String _
)
public GetIndexedSourcesException(
    string symbolsFile,
    string errorMessage
)
public:
GetIndexedSourcesException(
    String^ symbolsFile, 
    String^ errorMessage
)
new : 
        symbolsFile:string * 
        errorMessage:string -> GetIndexedSourcesException
public function GetIndexedSourcesException(
    symbolsFile : String, 
    errorMessage : String
)

Parameters

.NET Framework Security

See Also

Reference

GetIndexedSourcesException Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace