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

Наследование: System.Exception
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
AmazonClientException ( string message ) : System
AmazonClientException ( string message, Exception innerException ) : System

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

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

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

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

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

Constructs a new instance of the AmazonClientException class with serialized data.
The parameter is null. The class name is null or is zero (0).
protected AmazonClientException ( 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

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

public AmazonClientException ( string message ) : System
message string
Результат System

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

public AmazonClientException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Результат System