Class DeclinedTransactionException
Represents an error response from a create payment, payout or refund call.
Inheritance
DeclinedTransactionException
Inherited Members
Namespace: Ingenico.Connect.Sdk
Assembly: connect-sdk-dotnet.dll
Syntax
public class DeclinedTransactionException : ApiException, ISerializable, _Exception
Constructors
DeclinedTransactionException(HttpStatusCode, string, string, IList<APIError>)
Declaration
public DeclinedTransactionException(HttpStatusCode statusCode, string responseBody, string errorId, IList<APIError> errors)
Parameters
Type | Name | Description |
---|---|---|
HttpStatusCode | statusCode | |
string | responseBody | |
string | errorId | |
IList<APIError> | errors |
DeclinedTransactionException(string, HttpStatusCode, string, string, IList<APIError>)
Declaration
public DeclinedTransactionException(string message, HttpStatusCode statusCode, string responseBody, string errorId, IList<APIError> errors)
Parameters
Type | Name | Description |
---|---|---|
string | message | |
HttpStatusCode | statusCode | |
string | responseBody | |
string | errorId | |
IList<APIError> | errors |