Class ParserException
The exception that is thrown when the parser finds an error during the parsing, such as a duplicate section.
Implements
Inherited Members
Namespace: SeztionParser
Assembly: SeztionParser.dll
Syntax
public class ParserException : Exception, ISerializable
Constructors
Name | Description |
---|---|
ParserException() | Initializes a new instance of the ParserException class with a default message. |
ParserException(String) | Initializes a new instance of the ParserException class with a specified error message. |
ParserException(String, Object) | Initializes a new instance of the ParserException class with a specified error message and the actual value that caused the exception. |
Properties
Name | Description |
---|---|
ActualValue | Allows access to the actual value causing the exception. |
Message | Gets a message that describes the current exception. |