Freigeben über


FeatureNotSupportedException-Konstruktor (String, Exception)

Initialisiert eine neue Instanz der FeatureNotSupportedException-Klasse.

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 FeatureNotSupportedException(
    string message,
    Exception ex
)

Parameter

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

.NET Framework-Sicherheit

Siehe auch

Referenz

FeatureNotSupportedException Klasse

FeatureNotSupportedException-Überladung

Microsoft.TeamFoundation.VersionControl.Client-Namespace