Freigeben über


ShelvesetNotFoundException-Konstruktor (String, Exception)

Kapselt eine Meldungszeichenfolge und -Ausnahmeobjekt in ein ShelvesetNotFoundException.

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

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    ex As Exception _
)
public ShelvesetNotFoundException(
    string message,
    Exception ex
)

Parameter

  • message
    Typ: System.String
    Eine Meldung, die die Ausnahme beschreibt.

.NET Framework-Sicherheit

Siehe auch

Referenz

ShelvesetNotFoundException Klasse

ShelvesetNotFoundException-Überladung

Microsoft.TeamFoundation.VersionControl.Client-Namespace