Freigeben über


ShelveException-Konstruktor (Exception)

Initialisiert eine neue ShelveExceptions-Instanz.

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

Syntax

'Declaration
Public Sub New ( _
    innerException As Exception _
)
public ShelveException(
    Exception innerException
)

Parameter

  • innerException
    Typ: System.Exception
    Die Ausnahme, die diesen Fehler verursacht hat.

.NET Framework-Sicherheit

Siehe auch

Referenz

ShelveException Klasse

ShelveException-Überladung

Microsoft.TeamFoundation.VersionControl.Client-Namespace