Click or drag to resize
ParserException Constructor
Overload List
  NameDescription
Public methodParserException
Initializes a new instance of the ParserException class. The exception is thrown when something unexpected occurs during the parsing process.
Public methodParserException(String)
Initializes a new instance of the ParserException class. The exception is thrown when something unexpected occurs during the parsing process.
Protected methodParserException(SerializationInfo, StreamingContext)
Initializes a new instance of the ParserException class. The exception is thrown when something unexpected occurs during the parsing process.
Public methodParserException(String, Exception)
Initializes a new instance of the ParserException class. The exception is thrown when something unexpected occurs during the parsing process.
Top
See Also