Class ReferenceException
Represents an error response from the Worldline Global Collect platform when a non-existing or removed object is trying to be accessed.
Inheritance
ReferenceException
Namespace: Worldline.Connect.Sdk.V1
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class ReferenceException : ApiException, ISerializable, _Exception
Constructors
ReferenceException(HttpStatusCode, string, string, IList<APIError>)
Declaration
public ReferenceException(HttpStatusCode statusCode, string responseBody, string errorId, IList<APIError> errors)
Parameters
ReferenceException(string, HttpStatusCode, string, string, IList<APIError>)
Declaration
public ReferenceException(string message, HttpStatusCode statusCode, string responseBody, string errorId, IList<APIError> errors)
Parameters
Implements