DatePickerDateValidationErrorEventArgs.Exception Property

Definition

Gets the initial exception associated with the DateValidationError event.

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

Property Value

The exception associated with the validation failure.

Applies to