TeamFoundationCanceledException Constructor (String)
Initializes an exception with the specified error message.
Namespace: Microsoft.VisualStudio.Services.Integration
Assembly: Microsoft.VisualStudio.Services.Integration (in Microsoft.VisualStudio.Services.Integration.dll)
Syntax
'Declaration
Public Sub New ( _
message As String _
)
public TeamFoundationCanceledException(
string message
)
public:
TeamFoundationCanceledException(
String^ message
)
new :
message:string -> TeamFoundationCanceledException
public function TeamFoundationCanceledException(
message : String
)
Parameters
message
Type: System.StringA human readable message that describes the error
.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
TeamFoundationCanceledException Class