PropertyValueExceptionEventArgs.Exception-Eigenschaft
Aktualisiert: November 2007
Ruft die enthaltene Ausnahme ab.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design (in Microsoft.Windows.Design.dll)
Syntax
'Declaration
Public ReadOnly Property Exception As Exception
'Usage
Dim instance As PropertyValueExceptionEventArgs
Dim value As Exception
value = instance.Exception
public Exception Exception { get; }
public:
property Exception^ Exception {
Exception^ get ();
}
public function get Exception () : Exception
Eigenschaftenwert
Typ: System.Exception
Eine Exception, die die enthaltene Ausnahme ist.
Berechtigungen
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.
Siehe auch
Referenz
PropertyValueExceptionEventArgs-Klasse
PropertyValueExceptionEventArgs-Member
Microsoft.Windows.Design.PropertyEditing-Namespace