Proprietà PropertyValueExceptionEventArgs.Exception

Ottiene l'eccezione contenuta.

Spazio dei nomi:  Microsoft.Windows.Design.PropertyEditing
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 che rappresenta l'eccezione contenuta.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

PropertyValueExceptionEventArgs Classe

Spazio dei nomi Microsoft.Windows.Design.PropertyEditing

Altre risorse

Estensibilità di Progettazione WPF

Architettura di modifica delle proprietà