Search Results for

    Show / Hide Table of Contents

    Class BinderException

    The exception that is thrown when the binder encounters one or more errors.

    Inheritance
    Object
    Exception
    BinderException
    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 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.

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