Class ParserException
The exception that is thrown when the parser encounters one or more errors.
Implements
Inherited Members
Namespace: DotEnv.Core
Assembly: DotEnv.Core.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 the a specified error message. |