The TextValidationErrorEventArgs type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
TextValidationErrorEventArgs |
Initializes a new instance of the TextValidationErrorEventArgs class.
|
Properties
| Name | Description | |
|---|---|---|
|
|
Exception |
Gets the exception that initially triggered the TextValidationError event.
|
|
|
Text |
Gets the text being parsed when the TextValidationError event was raised.
|
|
|
ThrowException |
Gets or sets a value that indicates whether Exception should be thrown.
|