Condividi tramite


Proprietà CommandExceptionEventArgs.Exception

Ottiene l'eccezione passata al costruttore.

Spazio dei nomi:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

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

Valore proprietà

Tipo: System.Exception
Oggetto Exception passato al costruttore.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

CommandExceptionEventArgs Classe

Spazio dei nomi Microsoft.Windows.Design.Interaction

Altre risorse

Estensibilità di Progettazione WPF