C# Класс Amazon.DynamoDBv2.AmazonDynamoDBException

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

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

Метод Описание
AmazonDynamoDBException ( Exception innerException ) : System

Construct instance of AmazonDynamoDBException

AmazonDynamoDBException ( string message ) : System

Construct instance of AmazonDynamoDBException

AmazonDynamoDBException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System

Construct instance of AmazonDynamoDBException

AmazonDynamoDBException ( string message, Exception innerException ) : System

Construct instance of AmazonDynamoDBException

AmazonDynamoDBException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System

Construct instance of AmazonDynamoDBException

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

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

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

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

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

Construct instance of AmazonDynamoDBException
public AmazonDynamoDBException ( Exception innerException ) : System
innerException System.Exception
Результат System

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

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

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

Construct instance of AmazonDynamoDBException
public AmazonDynamoDBException ( string message ) : System
message string
Результат System

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

Construct instance of AmazonDynamoDBException
public AmazonDynamoDBException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
Результат System

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

Construct instance of AmazonDynamoDBException
public AmazonDynamoDBException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Результат System

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

Construct instance of AmazonDynamoDBException
public AmazonDynamoDBException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
innerException System.Exception
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
Результат System