Class ParserException
Thrown when an error occurs while parsing file import instructions
public class ParserException : Exception, ISerializable
- Inheritance
-
ParserException
- Implements
- Inherited Members
Constructors
ParserException()
public ParserException()
ParserException(string)
public ParserException(string message)
Parameters
messagestring
ParserException(string, Exception)
public ParserException(string message, Exception innerException)