Search Results for

    Show / Hide Table of Contents

    Class GlobalCollectException

    Represents an error response from the Ingenico ePayments platform when something went wrong at the Ingenico ePayments platform or further downstream.

    Inheritance
    object
    Exception
    ApiException
    GlobalCollectException
    Implements
    ISerializable
    _Exception
    Inherited Members
    ApiException.StatusCode
    ApiException.ResponseBody
    ApiException.ErrorId
    ApiException.Errors
    ApiException.ToString()
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.Message
    Exception.Data
    Exception.InnerException
    Exception.TargetSite
    Exception.StackTrace
    Exception.HelpLink
    Exception.Source
    Exception.HResult
    Exception.SerializeObjectState
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.MemberwiseClone()
    Namespace: Ingenico.Connect.Sdk
    Assembly: connect-sdk-dotnet.dll
    Syntax
    public class GlobalCollectException : ApiException, ISerializable, _Exception

    Constructors

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

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

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

    Declaration
    public GlobalCollectException(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
    _Exception
    In This Article
    Back to top Copyright (c) 2016 Global Collect Services B.V.