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
- symbolsFile
Type: System.String
- errorMessage
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
GetIndexedSourcesException Class
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace