PropertyValueExceptionEventArgs.Exception Property

Definition

Gets the error that occurred during the property value change associated with this instance of event arguments.

public:
 property Exception ^ Exception { Exception ^ get(); };
public Exception Exception { get; }
member this.Exception : Exception
Public ReadOnly Property Exception As Exception

Property Value

An Exception object.

Applies to