Class AmazonUnmarshallingException
This exception is thrown when there is a parse error on the response back from AWS.
public class AmazonUnmarshallingException : AmazonServiceException, ISerializable
- Inheritance
-
AmazonUnmarshallingException
- Implements
- Derived
- Inherited Members
Constructors
AmazonUnmarshallingException(string, string, Exception)
public AmazonUnmarshallingException(string requestId, string lastKnownLocation, Exception innerException)
Parameters
AmazonUnmarshallingException(string, string, Exception, HttpStatusCode)
public AmazonUnmarshallingException(string requestId, string lastKnownLocation, Exception innerException, HttpStatusCode statusCode)
Parameters
requestId
stringlastKnownLocation
stringinnerException
ExceptionstatusCode
HttpStatusCode
AmazonUnmarshallingException(string, string, string, Exception)
public AmazonUnmarshallingException(string requestId, string lastKnownLocation, string responseBody, Exception innerException)
Parameters
AmazonUnmarshallingException(string, string, string, Exception, HttpStatusCode)
public AmazonUnmarshallingException(string requestId, string lastKnownLocation, string responseBody, Exception innerException, HttpStatusCode statusCode)
Parameters
requestId
stringlastKnownLocation
stringresponseBody
stringinnerException
ExceptionstatusCode
HttpStatusCode
AmazonUnmarshallingException(string, string, string, string, Exception)
public AmazonUnmarshallingException(string requestId, string lastKnownLocation, string responseBody, string message, Exception innerException)
Parameters
requestId
stringlastKnownLocation
stringresponseBody
stringmessage
stringinnerException
Exception
Properties
LastKnownLocation
Last known location in the response that was parsed, if available.
public string LastKnownLocation { get; }
Property Value
Message
public override string Message { get; }
Property Value
ResponseBody
The entire response body that caused this exception, if available.
public string ResponseBody { get; }