The following tables list the members exposed by ParseErrorEventArgs.
Name | Description | |
---|---|---|
![]() | ParseErrorEventArgs Constructor | Constructor. Initializes a new instance of ParseErrorEventArgs class. |
Name | Description | |
---|---|---|
![]() | Context | Returns an object that provides some information about where the parse error occurred. |
![]() | Exception | The exception, if any, associated with the parse error. |
![]() | TreatValueAs | Gets or sets the new method to treat the value with. |
![]() | Value | The value that had the parsing error. This property is settable. You can set it to a new value to display in place of the original value. |