Class DeliveryApiException
Inheritance
DeliveryApiException
Assembly: Noxum.Nova.Delivery.Client.dll
Syntax
public class DeliveryApiException : Exception, ISerializable
Constructors
DeliveryApiException(string, int, string, IReadOnlyDictionary<string, IEnumerable<string>>, Exception)
Declaration
public DeliveryApiException(string message, int statusCode, string response, IReadOnlyDictionary<string, IEnumerable<string>> headers, Exception innerException)
Parameters
Properties
Declaration
public IReadOnlyDictionary<string, IEnumerable<string>> Headers { get; }
Property Value
Response
Declaration
public string Response { get; }
Property Value
StatusCode
Declaration
public int StatusCode { get; }
Property Value
Methods
ToString()
Creates and returns a string representation of the current exception.
Declaration
public override string ToString()
Returns
| Type |
Description |
| string |
A string representation of the current exception.
|
Overrides
Implements