Search Results for

    Show / Hide Table of Contents

    Constructor ParserException

    | Improve this Doc View Source

    ParserException()

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

    Declaration
    public ParserException()
    | Improve this Doc View Source

    ParserException(String)

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

    Declaration
    public ParserException(string message)
    Parameters
    Type Name Description
    String message

    The message that describes the error.

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