Search Results for

    Show / Hide Table of Contents

    Class SwaggerException

    Inheritance
    System.Object
    System.Exception
    SwaggerException
    SwaggerException<TResult>
    Implements
    System.Runtime.Serialization.ISerializable
    Inherited Members
    System.Exception.GetBaseException()
    System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
    System.Exception.GetType()
    System.Exception.Data
    System.Exception.HelpLink
    System.Exception.HResult
    System.Exception.InnerException
    System.Exception.Message
    System.Exception.Source
    System.Exception.StackTrace
    System.Exception.TargetSite
    System.Exception.SerializeObjectState
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Dangl.AVACloud.Client
    Assembly: Dangl.AVACloud.Client.dll
    Syntax
    public class SwaggerException : Exception, ISerializable

    Constructors

    | Improve this Doc View Source

    SwaggerException(String, Int32, String, IReadOnlyDictionary<String, IEnumerable<String>>, Exception)

    Declaration
    public SwaggerException(string message, int statusCode, string response, IReadOnlyDictionary<string, IEnumerable<string>> headers, Exception innerException)
    Parameters
    Type Name Description
    System.String message
    System.Int32 statusCode
    System.String response
    System.Collections.Generic.IReadOnlyDictionary<System.String, System.Collections.Generic.IEnumerable<System.String>> headers
    System.Exception innerException

    Properties

    | Improve this Doc View Source

    Headers

    Declaration
    public IReadOnlyDictionary<string, IEnumerable<string>> Headers { get; }
    Property Value
    Type Description
    System.Collections.Generic.IReadOnlyDictionary<System.String, System.Collections.Generic.IEnumerable<System.String>>
    | Improve this Doc View Source

    Response

    Declaration
    public string Response { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    StatusCode

    Declaration
    public int StatusCode { get; }
    Property Value
    Type Description
    System.Int32

    Methods

    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Exception.ToString()

    Implements

    System.Runtime.Serialization.ISerializable
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Dangl IT GmbH