Search Results for

    Show / Hide Table of Contents

    Class ValidationException

    Represents an error response from the Worldline Acquiring platform when validation of requests failed.

    Inheritance
    object
    Exception
    ApiException
    ValidationException
    Implements
    ISerializable
    Inherited Members
    ApiException.StatusCode
    ApiException.ResponseBody
    ApiException.Type
    ApiException.Title
    ApiException.Status
    ApiException.Detail
    ApiException.Instance
    ApiException.ToString()
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    Exception.SerializeObjectState
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Worldline.Acquiring.Sdk.V1
    Assembly: Worldline.Acquiring.Sdk.dll
    Syntax
    public class ValidationException : ApiException, ISerializable

    Constructors

    ValidationException(HttpStatusCode, string, string, string, int?, string, string)

    Declaration
    public ValidationException(HttpStatusCode statusCode, string responseBody, string type, string title, int? status, string detail, string instance)
    Parameters
    Type Name Description
    HttpStatusCode statusCode
    string responseBody
    string type
    string title
    int? status
    string detail
    string instance

    ValidationException(string, HttpStatusCode, string, string, string, int?, string, string)

    Declaration
    public ValidationException(string message, HttpStatusCode statusCode, string responseBody, string type, string title, int? status, string detail, string instance)
    Parameters
    Type Name Description
    string message
    HttpStatusCode statusCode
    string responseBody
    string type
    string title
    int? status
    string detail
    string instance

    Implements

    ISerializable
    In This Article
    Back to top Copyright (c) 2024 Worldline Financial Services (Europe) SA