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

Search Results for

    Class UserRequiredApiException

    Represents an exception that occurs when an API request user ID precondition header is required but missing (HTTP 428 Precondition Required).

    Inheritance
    object
    Exception
    ApiException
    UserRequiredApiException
    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 UserRequiredApiException : ApiException, ISerializable

    Constructors

    Name Description
    UserRequiredApiException(string)

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

    UserRequiredApiException(string, Exception?)

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

    © Singulink. All rights reserved.