Search Results for

    Show / Hide Table of Contents

    Constructor BinderException

    | Improve this Doc View Source

    BinderException()

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

    Declaration
    public BinderException()
    | Improve this Doc View Source

    BinderException(String)

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

    Declaration
    public BinderException(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