Search Results for

    Show / Hide Table of Contents

    Class DeliveryApiException<TResult>

    Inheritance
    object
    Exception
    DeliveryApiException
    DeliveryApiException<TResult>
    Implements
    ISerializable
    Inherited Members
    DeliveryApiException.StatusCode
    DeliveryApiException.Response
    DeliveryApiException.Headers
    DeliveryApiException.ToString()
    Exception.GetBaseException()
    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: Noxum.Nova.Delivery.Client
    Assembly: Noxum.Nova.Delivery.Client.dll
    Syntax
    public class DeliveryApiException<TResult> : DeliveryApiException, ISerializable
    Type Parameters
    Name Description
    TResult

    Constructors

    DeliveryApiException(string, int, string, IReadOnlyDictionary<string, IEnumerable<string>>, TResult, Exception)

    Declaration
    public DeliveryApiException(string message, int statusCode, string response, IReadOnlyDictionary<string, IEnumerable<string>> headers, TResult result, Exception innerException)
    Parameters
    Type Name Description
    string message
    int statusCode
    string response
    IReadOnlyDictionary<string, IEnumerable<string>> headers
    TResult result
    Exception innerException

    Properties

    Result

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

    Implements

    ISerializable
    In this article
    Back to top Version 6.1.0.21rc