Search Results for

    Show / Hide Table of Contents

    Class ApiException

    Inheritance
    object
    Exception
    ApiException
    ApiException<TResult>
    Inherited Members
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    Exception.SerializeObjectState
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: System.Dynamic.ExpandoObject
    Syntax
    [GeneratedCode("NSwag", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
    public class ApiException : Exception, ISerializable

    Constructors

    ApiException(string, int, string, IReadOnlyDictionary<string, IEnumerable<string>>, Exception)

    Declaration
    public ApiException(string message, int statusCode, string response, IReadOnlyDictionary<string, IEnumerable<string>> headers, Exception innerException)
    Parameters
    string message

    int statusCode

    string response

    IReadOnlyDictionary<string, IEnumerable<string>> headers

    Exception innerException

    Properties

    Headers

    Declaration
    public IReadOnlyDictionary<string, IEnumerable<string>> Headers { get; }
    Property Value
    IReadOnlyDictionary<string, IEnumerable<string>>

    Response

    Declaration
    public string Response { get; }
    Property Value
    string

    StatusCode

    Declaration
    public int StatusCode { get; }
    Property Value
    int

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    string

    Overrides
    Exception.ToString()
    Back to top Generated by DocFX