Class GlobalCollectException
Represents an error response from the Ingenico ePayments platform when something went wrong at the Ingenico ePayments platform or further downstream.
Inheritance
GlobalCollectException
Namespace: Ingenico.Connect.Sdk
Assembly: connect-sdk-dotnet.dll
Syntax
public class GlobalCollectException : ApiException, ISerializable, _Exception
Constructors
GlobalCollectException(HttpStatusCode, string, string, IList<APIError>)
Declaration
public GlobalCollectException(HttpStatusCode statusCode, string responseBody, string errorId, IList<APIError> errors)
Parameters
GlobalCollectException(string, HttpStatusCode, string, string, IList<APIError>)
Declaration
public GlobalCollectException(string message, HttpStatusCode statusCode, string responseBody, string errorId, IList<APIError> errors)
Parameters
Implements