Gets the exception that initially triggered the TextValidationError event.

Namespace:  C1.Xaml.DateTimeEditors
Assembly:  C1.Xaml.DateTimeEditors (in C1.Xaml.DateTimeEditors.dll)

Syntax

C#
public Exception Exception { get; private set; }
Visual Basic
Public Property Exception As Exception
	Get
	Private Set

See Also