Class DeliveryApiException<TResult>
Inheritance
DeliveryApiException<TResult>
Assembly: Noxum.Nova.Delivery.Client.dll
Syntax
public class DeliveryApiException<TResult> : DeliveryApiException, ISerializable
Type Parameters
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
Properties
Result
Declaration
public TResult Result { get; }
Property Value
Implements