C# Класс Amazon.Runtime.AmazonUnmarshallingException

Наследование: AmazonServiceException
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
AmazonUnmarshallingException ( System info, System context ) : System

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

Приватные методы

Метод Описание
AppendFormat ( StringBuilder sb, string format, string value ) : void
GetObjectData ( System info, System context ) : void

Описание методов

AmazonUnmarshallingException() защищенный Метод

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.
Результат System

AmazonUnmarshallingException() публичный Метод

public AmazonUnmarshallingException ( string requestId, string lastKnownLocation, Exception innerException ) : System
requestId string
lastKnownLocation string
innerException System.Exception
Результат System

AmazonUnmarshallingException() публичный Метод

public AmazonUnmarshallingException ( string requestId, string lastKnownLocation, string responseBody, Exception innerException ) : System
requestId string
lastKnownLocation string
responseBody string
innerException System.Exception
Результат System

AmazonUnmarshallingException() публичный Метод

public AmazonUnmarshallingException ( string requestId, string lastKnownLocation, string responseBody, string message, Exception innerException ) : System
requestId string
lastKnownLocation string
responseBody string
message string
innerException System.Exception
Результат System