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

Search Results for

    Class ServerErrorApiException

    Represents an unexpected error that occurred while processing an API request (HTTP 500 Internal Server Error).

    Inheritance
    object
    Exception
    ApiException
    ServerErrorApiException
    Implements
    ISerializable
    Inherited Members
    ApiException.StatusCode
    ApiException.ErrorContent
    ApiException.ErrorCode
    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 ServerErrorApiException : ApiException, ISerializable

    Constructors

    Name Description
    ServerErrorApiException(string)

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

    ServerErrorApiException(string, Exception?)

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

    © Singulink. All rights reserved.