Search Results for

    Show / Hide Table of Contents

    Class RequiredKeysNotPresentException

    The exception that is thrown when the required keys are not present in the application.

    Inheritance
    Object
    Exception
    RequiredKeysNotPresentException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    Exception.SerializeObjectState
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    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.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright ©2021 DotEnv.Core