C# Class Amazon.Runtime.AmazonUnmarshallingException

Inheritance: AmazonServiceException
Afficher le fichier Open project: aws/aws-sdk-net

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
AmazonUnmarshallingException ( System info, System context ) : System

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

Private Methods

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

Method Details

AmazonUnmarshallingException() protected méthode

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.
Résultat System

AmazonUnmarshallingException() public méthode

public AmazonUnmarshallingException ( string requestId, string lastKnownLocation, Exception innerException ) : System
requestId string
lastKnownLocation string
innerException System.Exception
Résultat System

AmazonUnmarshallingException() public méthode

public AmazonUnmarshallingException ( string requestId, string lastKnownLocation, string responseBody, Exception innerException ) : System
requestId string
lastKnownLocation string
responseBody string
innerException System.Exception
Résultat System

AmazonUnmarshallingException() public méthode

public AmazonUnmarshallingException ( string requestId, string lastKnownLocation, string responseBody, string message, Exception innerException ) : System
requestId string
lastKnownLocation string
responseBody string
message string
innerException System.Exception
Résultat System