C# Класс Amazon.SQS.Model.ReceiptHandleIsInvalidException

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

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

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

Construct instance of ReceiptHandleIsInvalidException

ReceiptHandleIsInvalidException ( string message ) : System

Constructs a new ReceiptHandleIsInvalidException with the specified error message.

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

Construct instance of ReceiptHandleIsInvalidException

ReceiptHandleIsInvalidException ( string message, Exception innerException ) : System

Construct instance of ReceiptHandleIsInvalidException

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

Construct instance of ReceiptHandleIsInvalidException

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

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

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

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

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

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

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

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

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

Constructs a new ReceiptHandleIsInvalidException with the specified error message.
public ReceiptHandleIsInvalidException ( string message ) : System
message string /// Describes the error encountered. ///
Результат System

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

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

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

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

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

Construct instance of ReceiptHandleIsInvalidException
public ReceiptHandleIsInvalidException ( 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