Freigeben über


DeletionException-Konstruktor (String, Exception)

Initialisiert eine neue DeletionExceptions-Instanz.

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

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
public DeletionException(
    string message,
    Exception innerException
)

Parameter

  • message
    Typ: System.String
    Eine Meldung mit einer Beschreibung der Ausnahme.
  • innerException
    Typ: System.Exception
    Die Ausnahme, die diese Ausnahme verursachte.

.NET Framework-Sicherheit

Siehe auch

Referenz

DeletionException Klasse

DeletionException-Überladung

Microsoft.TeamFoundation.Client-Namespace