[]
Initializes a new instance of the TextValidationErrorEventArgs class.
public TextValidationErrorEventArgs(Exception exception, string text)
| Type | Name | Description |
|---|---|---|
| Exception | exception | The exception that initially triggered the TextValidationError event. |
| string | text | The text being parsed. |