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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
CommandExceptionEventArgs Classe
Spazio dei nomi Microsoft.Windows.Design.Interaction