CommandExceptionEventArgs.Exception-Eigenschaft

Ruft die Ausnahme ab, die an den Konstruktor übergeben wurde.

Namespace:  Microsoft.Windows.Design.Interaction
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 an den Konstruktor übergebene Exception.

.NET Framework-Sicherheit

Siehe auch

Referenz

CommandExceptionEventArgs Klasse

Microsoft.Windows.Design.Interaction-Namespace

Weitere Ressourcen

WPF-Designer-Erweiterbarkeit