The TextValidationErrorEventArgs type exposes the following members.

Constructors

  Name Description
Public method TextValidationErrorEventArgs
Initializes a new instance of the TextValidationErrorEventArgs class.

Properties

  Name Description
Public property Exception
Gets the exception that initially triggered the TextValidationError event.
Public property Text
Gets the text being parsed when the TextValidationError event was raised.
Public property ThrowException
Gets or sets a value that indicates whether Exception should be thrown.

See Also