AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Namespace: Amazon.S3.Util
Assembly: AWSSDK.dll
Version: (assembly version)
public class S3PostUploadException : Exception _Exception, ISerializable
The S3PostUploadException type exposes the following members
Name | Description | |
---|---|---|
![]() |
S3PostUploadException(string) | Initializes a new instance of S3PostUploadException with a specified error message |
![]() |
S3PostUploadException(string, string) | Initializes a new instance of S3PostUploadException with a specified error code and error message |
Name | Type | Description | |
---|---|---|---|
![]() |
Data | System.Collections.IDictionary | Inherited from System.Exception. |
![]() |
ErrorCode | System.String | The error code returned by S3 |
![]() |
ExtraFields | System.Collections.Generic.IDictionary<System.String, System.String> | Additional information about the error |
![]() |
HelpLink | System.String | Inherited from System.Exception. |
![]() |
HostId | System.String | The S3 host id |
![]() |
HResult | System.Int32 | Inherited from System.Exception. |
![]() |
InnerException | System.Exception | Inherited from System.Exception. |
![]() |
Message | System.String | Inherited from System.Exception. |
![]() |
RequestId | System.String | The S3 request id |
![]() |
Source | System.String | Inherited from System.Exception. |
![]() |
StackTrace | System.String | Inherited from System.Exception. |
![]() |
StatusCode | System.Net.HttpStatusCode | The HTTP error status code returned by S3 |
![]() |
TargetSite | System.Reflection.MethodBase | Inherited from System.Exception. |
Name | Description | |
---|---|---|
![]() ![]() |
FromResponse(HttpWebResponse) | Parse an S3 Error response and create an S3PostUploadException |
.NET Framework:
Supported in: 4.5, 4.0, 3.5