C# Class Amazon.Runtime.AmazonUnmarshallingException

Inheritance: AmazonServiceException
Show file Open project: aws/aws-sdk-net

Public Methods

Method Description
AmazonUnmarshallingException ( string requestId, string lastKnownLocation, Exception innerException ) : System
AmazonUnmarshallingException ( string requestId, string lastKnownLocation, string responseBody, Exception innerException ) : System
AmazonUnmarshallingException ( string requestId, string lastKnownLocation, string responseBody, string message, Exception innerException ) : System

Protected Methods

Method Description
AmazonUnmarshallingException ( System info, System context ) : System

Constructs a new instance of the AmazonSimpleDBException class with serialized data.

Private Methods

Method Description
AppendFormat ( StringBuilder sb, string format, string value ) : void
GetObjectData ( System info, System context ) : void

Method Details

AmazonUnmarshallingException() protected method

Constructs a new instance of the AmazonSimpleDBException class with serialized data.
The parameter is null. The class name is null or is zero (0).
protected AmazonUnmarshallingException ( System info, System context ) : System
info System The that holds the serialized object data about the exception being thrown.
context System The that contains contextual information about the source or destination.
return System

AmazonUnmarshallingException() public method

public AmazonUnmarshallingException ( string requestId, string lastKnownLocation, Exception innerException ) : System
requestId string
lastKnownLocation string
innerException System.Exception
return System

AmazonUnmarshallingException() public method

public AmazonUnmarshallingException ( string requestId, string lastKnownLocation, string responseBody, Exception innerException ) : System
requestId string
lastKnownLocation string
responseBody string
innerException System.Exception
return System

AmazonUnmarshallingException() public method

public AmazonUnmarshallingException ( string requestId, string lastKnownLocation, string responseBody, string message, Exception innerException ) : System
requestId string
lastKnownLocation string
responseBody string
message string
innerException System.Exception
return System