Class DeliveryApiException
Inheritance
System.Object
DeliveryApiException
Assembly: Noxum.Nova.Delivery.Client.dll
Syntax
public class DeliveryApiException : System.Exception
Constructors
DeliveryApiException(String, Int32, String, System.Collections.Generic.IReadOnlyDictionary<String, System.Collections.Generic.IEnumerable<String>>, System.Exception)
Declaration
public DeliveryApiException(string message, int statusCode, string response, System.Collections.Generic.IReadOnlyDictionary<string, System.Collections.Generic.IEnumerable<string>> headers, 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 |
|
System.Exception |
innerException |
|
Properties
Declaration
public System.Collections.Generic.IReadOnlyDictionary<string, System.Collections.Generic.IEnumerable<string>> Headers { get; }
Property Value
Type |
Description |
System.Collections.Generic.IReadOnlyDictionary<System.String, System.Collections.Generic.IEnumerable<System.String>> |
|
Response
Declaration
public string Response { get; }
Property Value
Type |
Description |
System.String |
|
StatusCode
Declaration
public int StatusCode { get; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|