Search Results for

    Show / Hide Table of Contents

    Class ParserException

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

    Inheritance
    Object
    Exception
    ParserException
    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 ParserException : Exception, ISerializable

    Constructors

    Name Description
    ParserException()

    Initializes a new instance of the ParserException class with a default message.

    ParserException(String)

    Initializes a new instance of the ParserException class with the a specified error message.

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