PropertyValueExceptionEventArgs.Exception-Eigenschaft

Ruft die enthaltene Ausnahme ab.

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

Syntax

'Declaration
Public ReadOnly Property Exception As Exception
    Get
public Exception Exception { get; }
public:
property Exception^ Exception {
    Exception^ get ();
}
member Exception : Exception
function get Exception () : Exception

Eigenschaftswert

Typ: System.Exception
Eine Exception, die die enthaltene Ausnahme ist.

.NET Framework-Sicherheit

Siehe auch

Referenz

PropertyValueExceptionEventArgs Klasse

Microsoft.Windows.Design.PropertyEditing-Namespace

Weitere Ressourcen

WPF-Designer-Erweiterbarkeit

Eigenschaftenbearbeitungsarchitektur