Creates a new instance of the exception
Namespace: MSBuild.Community.Tasks.Tfs
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Sub New( _ ByVal message As String _ ) |
| C# |
|---|
| public TeamFoundationServerException( string message ) |
| C++ |
|---|
| public: TeamFoundationServerException( String message ) sealed |
| J# |
|---|
| public TeamFoundationServerException( string message ) |
| JScript |
|---|
| public function TeamFoundationServerException( message : String ) |
Parameters
- message
- A description of the exception
See Also
Documentation version 1.0.0.0.