Class RequiredKeysNotPresentException
The exception that is thrown when the required keys are not present in the application.
Implements
Inherited Members
Namespace: DotEnv.Core
Assembly: DotEnv.Core.dll
Syntax
public class RequiredKeysNotPresentException : Exception, ISerializable
Constructors
| Name | Description |
|---|---|
| RequiredKeysNotPresentException() | Initializes a new instance of the RequiredKeysNotPresentException class with a default message. |
| RequiredKeysNotPresentException(String) | Initializes a new instance of the RequiredKeysNotPresentException class with the a specified error message. |