Search Results for

    Show / Hide Table of Contents

    Constructor VariableNotSetException

    | Improve this Doc View Source

    VariableNotSetException()

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

    Declaration
    public VariableNotSetException()
    | Improve this Doc View Source

    VariableNotSetException(String)

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

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

    The message that describes the error.

    | Improve this Doc View Source

    VariableNotSetException(String, String)

    Initializes a new instance of the VariableNotSetException class with the a specified error message, and the parameter name.

    Declaration
    public VariableNotSetException(string message, string paramName)
    Parameters
    Type Name Description
    String message

    The message that describes the error.

    String paramName

    The parameter name that caused the exception.

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