Class VariableNotSetException
The exception that is thrown when the environment variable is not set to a specific provider (e.g., current process or a Dictionary<TKey,TValue>).
Implements
Inherited Members
Namespace: DotEnv.Core
Assembly: DotEnv.Core.dll
Syntax
public class VariableNotSetException : ArgumentException, ISerializable
Constructors
Name | Description |
---|---|
VariableNotSetException() | Initializes a new instance of the VariableNotSetException class with a default message. |
VariableNotSetException(String) | Initializes a new instance of the VariableNotSetException class with the a specified error message. |
VariableNotSetException(String, String) | Initializes a new instance of the VariableNotSetException class with the a specified error message, and the parameter name. |