Version

ParseErrorEventArgs Class Members

The following tables list the members exposed by ParseErrorEventArgs.

Public Constructors
 NameDescription
Public ConstructorParseErrorEventArgs ConstructorConstructor. Initializes a new instance of ParseErrorEventArgs class.  
Public Properties
 NameDescription
Public PropertyContextReturns an object that provides some information about where the parse error occurred.  
Public PropertyExceptionThe exception, if any, associated with the parse error.  
Public PropertyTreatValueAsGets or sets the new method to treat the value with.  
Public PropertyValueThe 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.  
See Also