Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes an exception with the specified error message and an inner exception that caused this exception to be raised.
Namespace: Microsoft.VisualStudio.Services.Integration
Assembly: Microsoft.VisualStudio.Services.Integration (in Microsoft.VisualStudio.Services.Integration.dll)
Syntax
'Declaration
Public Sub New ( _
message As String, _
innerException As Exception _
)
public TeamFoundationCanceledException(
string message,
Exception innerException
)
public:
TeamFoundationCanceledException(
String^ message,
Exception^ innerException
)
new :
message:string *
innerException:Exception -> TeamFoundationCanceledException
public function TeamFoundationCanceledException(
message : String,
innerException : Exception
)
Parameters
message
Type: System.StringA human readable message that describes the error
- innerException
Type: System.Exception
.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