PartnerResponseParseException Class

Definition

This exception is thrown by IPartnerServiceProxy`2 objects when they fail to parse the response according to the caller's expectations.

[System.Serializable]
public class PartnerResponseParseException : Microsoft.Store.PartnerCenter.Exceptions.PartnerException
[<System.Serializable>]
type PartnerResponseParseException = class
    inherit PartnerException
Public Class PartnerResponseParseException
Inherits PartnerException
Inheritance
PartnerResponseParseException
Attributes

Constructors

PartnerResponseParseException()

Initializes a new instance of the PartnerResponseParseException class.

PartnerResponseParseException(SerializationInfo, StreamingContext)

Initializes a new instance of the PartnerResponseParseException class.

PartnerResponseParseException(String)

Initializes a new instance of the PartnerResponseParseException class.

PartnerResponseParseException(String, Exception)

Initializes a new instance of the PartnerResponseParseException class.

PartnerResponseParseException(String, IRequestContext, String, Exception)

Initializes a new instance of the PartnerResponseParseException class.

Properties

Context

Gets the partner context associated with the exception.

(Inherited from PartnerException)
ErrorCategory

Gets the error classification that resulted in this exception.

(Inherited from PartnerException)
Response

Gets the HTTP response payload which could not be parsed.

RetryAfter

Gets the retry after recommendation.

(Inherited from PartnerException)
ServiceErrorPayload

Gets the service error payload.

(Inherited from PartnerException)

Methods

GetObjectData(SerializationInfo, StreamingContext)

Required override to add in the serialized parameters.

ToString()

Displays the partner API network exception details.

Applies to