Class ReferenceException
Represents an error response from the Worldline Acquiring platform when a non-existing or removed object is trying to be accessed.
Inheritance
ReferenceException
Namespace: Worldline.Acquiring.Sdk.V1
Assembly: Worldline.Acquiring.Sdk.dll
Syntax
public class ReferenceException : ApiException, ISerializable
Constructors
ReferenceException(HttpStatusCode, string, string, string, int?, string, string)
Declaration
public ReferenceException(HttpStatusCode statusCode, string responseBody, string type, string title, int? status, string detail, string instance)
Parameters
ReferenceException(string, HttpStatusCode, string, string, string, int?, string, string)
Declaration
public ReferenceException(string message, HttpStatusCode statusCode, string responseBody, string type, string title, int? status, string detail, string instance)
Parameters
Implements