PartnerResponseParseException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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. |