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

Search Results for

    Class UnauthorizedApiException

    Represents an exception that occurs when the API request is unauthorized (HTTP 401 Unauthorized).

    Inheritance
    object
    Exception
    ApiException
    UnauthorizedApiException
    Implements
    ISerializable
    Inherited Members
    ApiException.StatusCode
    ApiException.ErrorContent
    Exception.GetBaseException()
    Exception.GetType()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    Exception.SerializeObjectState
    Namespace: Singulink.Net.Http.Api
    Assembly: Singulink.Net.Http.Api.dll
    Syntax
    public class UnauthorizedApiException : ApiException, ISerializable

    Constructors

    Name Description
    UnauthorizedApiException(string)

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

    UnauthorizedApiException(string, Exception?)

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

    © Singulink. All rights reserved.