Class BinderException
The exception that is thrown when the binder encounters one or more errors.
Implements
Inherited Members
Namespace: DotEnv.Core
Assembly: DotEnv.Core.dll
Syntax
public class BinderException : Exception, ISerializable
Constructors
Name | Description |
---|---|
BinderException() | Initializes a new instance of the BinderException class with a default message. |
BinderException(String) | Initializes a new instance of the BinderException class with the a specified error message. |