Show / Hide Table of Contents

    Class SwaggerException<TResult>

    Inheritance
    System.Object
    System.Exception
    SwaggerException
    SwaggerException<TResult>
    Implements
    System.Runtime.Serialization.ISerializable
    Inherited Members
    SwaggerException.StatusCode
    SwaggerException.Response
    SwaggerException.Headers
    SwaggerException.ToString()
    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<TResult> : SwaggerException, ISerializable
    Type Parameters
    Name Description
    TResult

    Constructors

    | Improve this Doc View Source

    SwaggerException(String, Int32, String, Dictionary<String, IEnumerable<String>>, TResult, Exception)

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

    Properties

    | Improve this Doc View Source

    Result

    Declaration
    public TResult Result { get; }
    Property Value
    Type Description
    TResult

    Implements

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