C# Класс Amazon.Runtime.Internal.HttpErrorResponseException

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

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

Метод Описание
HttpErrorResponseException ( IWebResponseData response ) : Amazon.Runtime.Internal.Transform
HttpErrorResponseException ( string message, Exception innerException, IWebResponseData response ) : Amazon.Runtime.Internal.Transform
HttpErrorResponseException ( string message, IWebResponseData response ) : Amazon.Runtime.Internal.Transform

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

Метод Описание
HttpErrorResponseException ( System info, System context ) : Amazon.Runtime.Internal.Transform

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

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

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

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

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

public HttpErrorResponseException ( IWebResponseData response ) : Amazon.Runtime.Internal.Transform
response IWebResponseData
Результат Amazon.Runtime.Internal.Transform

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

Constructs a new instance of the HttpErrorResponseException class with serialized data.
The parameter is null. The class name is null or is zero (0).
protected HttpErrorResponseException ( System info, System context ) : Amazon.Runtime.Internal.Transform
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.
Результат Amazon.Runtime.Internal.Transform

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

public HttpErrorResponseException ( string message, Exception innerException, IWebResponseData response ) : Amazon.Runtime.Internal.Transform
message string
innerException System.Exception
response IWebResponseData
Результат Amazon.Runtime.Internal.Transform

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

public HttpErrorResponseException ( string message, IWebResponseData response ) : Amazon.Runtime.Internal.Transform
message string
response IWebResponseData
Результат Amazon.Runtime.Internal.Transform