C# Класс Amazon.S3.Util.S3PostUploadException

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

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

Метод Описание
FromResponse ( HttpWebResponse response ) : S3PostUploadException

Parse an S3 Error response and create an S3PostUploadException

S3PostUploadException ( string message ) : System

Initializes a new instance of S3PostUploadException with a specified error message

S3PostUploadException ( string errorCode, string message ) : System

Initializes a new instance of S3PostUploadException with a specified error code and error message

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

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

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

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

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

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

FromResponse() публичный статический Метод

Parse an S3 Error response and create an S3PostUploadException
public static FromResponse ( HttpWebResponse response ) : S3PostUploadException
response System.Net.HttpWebResponse The response from S3
Результат S3PostUploadException

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

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

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

Initializes a new instance of S3PostUploadException with a specified error message
public S3PostUploadException ( string message ) : System
message string The error message
Результат System

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

Initializes a new instance of S3PostUploadException with a specified error code and error message
public S3PostUploadException ( string errorCode, string message ) : System
errorCode string The error code
message string The error message
Результат System