Sdílet prostřednictvím


PropertyValueExceptionEventArgs.Exception-Eigenschaft

Aktualisiert: November 2007

Ruft die enthaltene Ausnahme ab.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design (in Microsoft.Windows.Design.dll)

Syntax

'Declaration
Public ReadOnly Property Exception As Exception
'Usage
Dim instance As PropertyValueExceptionEventArgs
Dim value As Exception

value = instance.Exception
public Exception Exception { get; }
public:
property Exception^ Exception {
    Exception^ get ();
}
public function get Exception () : Exception

Eigenschaftenwert

Typ: System.Exception

Eine Exception, die die enthaltene Ausnahme ist.

Berechtigungen

Siehe auch

Referenz

PropertyValueExceptionEventArgs-Klasse

PropertyValueExceptionEventArgs-Member

Microsoft.Windows.Design.PropertyEditing-Namespace

Weitere Ressourcen

WPF-Designer-Erweiterbarkeit

Eigenschaftenbearbeitungsarchitektur