Search Results for

    Show / Hide Table of Contents

    Class ValidationException

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

    Inheritance
    object
    Exception
    ApiException
    ValidationException
    Implements
    ISerializable
    Inherited Members
    ApiException.StatusCode
    ApiException.ResponseBody
    ApiException.ErrorId
    ApiException.Errors
    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.Connect.Sdk.V1
    Assembly: Worldline.Connect.Sdk.dll
    Syntax
    public class ValidationException : ApiException, ISerializable

    Constructors

    ValidationException(HttpStatusCode, string, string, IList<APIError>)

    Declaration
    public ValidationException(HttpStatusCode statusCode, string responseBody, string errorId, IList<APIError> errors)
    Parameters
    Type Name Description
    HttpStatusCode statusCode
    string responseBody
    string errorId
    IList<APIError> errors

    ValidationException(string, HttpStatusCode, string, string, IList<APIError>)

    Declaration
    public ValidationException(string message, HttpStatusCode statusCode, string responseBody, string errorId, IList<APIError> errors)
    Parameters
    Type Name Description
    string message
    HttpStatusCode statusCode
    string responseBody
    string errorId
    IList<APIError> errors

    Implements

    ISerializable
    In This Article
    Back to top Copyright (c) 2016 Global Collect Services B.V.