Search Results for

    Show / Hide Table of Contents

    Class PlatformException

    Represents an error response from the Worldline Global Collect platform when something went wrong at the Worldline Global Collect platform or further downstream.

    Inheritance
    object
    Exception
    ApiException
    PlatformException
    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: Worldline.Connect.Sdk.V1
    Assembly: Worldline.Connect.Sdk.dll
    Syntax
    public class PlatformException : ApiException, ISerializable, _Exception

    Constructors

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

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

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

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