
Icon | Member | Description |
---|---|---|
![]() | AmazonS3Exception()()()() |
Initializes a new AmazonS3Exception with default values.
|
![]() | AmazonS3Exception(String) |
Initializes a new AmazonS3Exception with a specified error message
|
![]() | AmazonS3Exception(Exception) |
Initializes a new AmazonS3Exception from the inner exception that is
the cause of this exception.
|
![]() | AmazonS3Exception(String, Exception) |
Initializes a new AmazonS3Exception with a specific error message and the inner exception
that is the cause of this exception.
|
![]() | AmazonS3Exception(String, HttpStatusCode) |
Initializes an AmazonS3Exception with a specific message and
HTTP status code
|
![]() | AmazonS3Exception(String, HttpStatusCode, String, String, String, String, String, WebHeaderCollection) |
Initializes an AmazonS3Exception with error information provided in an
AmazonS3 response.
|
![]() | AmazonS3Exception(String, HttpStatusCode, String, WebHeaderCollection, Exception) |
Initializes an AmazonS3Exception with error information provided in an
AmazonS3 response and the inner exception that is the cause of the exception
|
![]() | AmazonS3Exception(HttpStatusCode, String, String, WebHeaderCollection, S3Error) |
Initializes an AmazonS3Exception with error information provided in an
AmazonS3 response and the inner exception that is the cause of the exception
|