HTTP API Toolkit HTTP API Toolkit
HTTP API Toolkit HTTP API Toolkit
DocFX + Singulink = ♥

Search Results for

    Constructor UnauthorizedApiException

    UnauthorizedApiException(string)

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

    Declaration
    public UnauthorizedApiException(string message)
    Parameters
    Type Name Description
    string message

    UnauthorizedApiException(string, Exception?)

    Initializes a new instance of the UnauthorizedApiException class with a specified error message and an inner exception.

    Declaration
    public UnauthorizedApiException(string message, Exception? innerException)
    Parameters
    Type Name Description
    string message
    Exception innerException
    © Singulink. All rights reserved.