Freigeben über


CancelException-Konstruktor (String, Exception)

Initialisiert eine neue CancelExceptions-Instanz.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    cancelledInnerException As Exception _
)
public CancelException(
    string message,
    Exception cancelledInnerException
)

Parameter

  • cancelledInnerException
    Typ: System.Exception
    Ein Ausnahmeobjekt, von dem ein zu erstellen, CancelException Instanz zeigen Sie.

.NET Framework-Sicherheit

Siehe auch

Referenz

CancelException Klasse

CancelException-Überladung

Microsoft.TeamFoundation.VersionControl.Client-Namespace