Search Results for

    Show / Hide Table of Contents

    Class AuthorizationException

    Represents an error response from the Ingenico ePayments platform when authorization failed.

    Inheritance
    object
    Exception
    ApiException
    AuthorizationException
    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 AuthorizationException : ApiException, ISerializable, _Exception

    Constructors

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

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

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

    Declaration
    public AuthorizationException(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.