Freigeben über


PropertyDoesNotExistException-Konstruktor (String, Exception)

Initialisiert eine neue Instanz der PropertyDoesNotExistExceptions-Klasse mit dem angegebenen Eigenschaftennamen und der inneren Ausnahme.

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

Syntax

'Declaration
Public Sub New ( _
    key As String, _
    inner As Exception _
)
public PropertyDoesNotExistException(
    string key,
    Exception inner
)

Parameter

  • key
    Typ: System.String
    Der Name der Eigenschaft, die nicht vorhanden ist.

.NET Framework-Sicherheit

Siehe auch

Referenz

PropertyDoesNotExistException Klasse

PropertyDoesNotExistException-Überladung

Microsoft.TeamFoundation.Client-Namespace