Class PlatformException
Represents an error response from the Worldline Acquiring platform when something went wrong at the Worldline Acquiring platform or further downstream.
Inheritance
PlatformException
Namespace: Worldline.Acquiring.Sdk.V1
Assembly: Worldline.Acquiring.Sdk.dll
public class PlatformException : ApiException, ISerializable
Constructors
Declaration
public PlatformException(HttpStatusCode statusCode, string responseBody, string type, string title, int? status, string detail, string instance)
Parameters
Declaration
public PlatformException(string message, HttpStatusCode statusCode, string responseBody, string type, string title, int? status, string detail, string instance)
Parameters
Implements