Share via


PropertyValueExceptionEventArgs.Exception Property

Gets the contained exception.

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

Property Value

Type: System.Exception
An Exception that is the contained exception.

.NET Framework Security

See Also

Reference

PropertyValueExceptionEventArgs Class

PropertyValueExceptionEventArgs Members

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture