Search Results for

    Show / Hide Table of Contents

    Class DeliveryApiException<TResult>

    Inheritance
    System.Object
    DeliveryApiException
    DeliveryApiException<TResult>
    Inherited Members
    DeliveryApiException.StatusCode
    DeliveryApiException.Response
    DeliveryApiException.Headers
    DeliveryApiException.ToString()
    Namespace: Noxum.Nova.Delivery.Client
    Assembly: Noxum.Nova.Delivery.Client.dll
    Syntax
    public class DeliveryApiException<TResult> : DeliveryApiException
    Type Parameters
    Name Description
    TResult

    Constructors

    DeliveryApiException(String, Int32, String, System.Collections.Generic.IReadOnlyDictionary<String, System.Collections.Generic.IEnumerable<String>>, TResult, System.Exception)

    Declaration
    public DeliveryApiException(string message, int statusCode, string response, System.Collections.Generic.IReadOnlyDictionary<string, System.Collections.Generic.IEnumerable<string>> headers, TResult result, System.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
    TResult result
    System.Exception innerException

    Properties

    Result

    Declaration
    public TResult Result { get; }
    Property Value
    Type Description
    TResult
    In This Article
    Back to top Version 5.1.0.10