ParseErrorException Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the ParseErrorException class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
ParseErrorException() | Creates a new instance of the ParseErrorException class. | |
ParseErrorException(String) | Creates a new instance of the ParseErrorException class from a message. | |
ParseErrorException(SerializationInfo, StreamingContext) | Creates a new instance of the ParseErrorException class from a serialized data. | |
ParseErrorException(String, Exception) | Creates a new instance of the ParseErrorException class from a message and previous exception. |
Top