Method | Description | |
---|---|---|
FromResponse ( |
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
|
Method | Description | |
---|---|---|
S3PostUploadException ( System info, System context ) : System |
Constructs a new instance of the S3PostUploadException class with serialized data.
|
Method | Description | |
---|---|---|
GetObjectData ( System info, System context ) : void |
public static FromResponse ( |
||
response | The response from S3 | |
return |
protected S3PostUploadException ( System info, System context ) : System | ||
info | System | The |
context | System | The |
return | System |
public S3PostUploadException ( string message ) : System | ||
message | string | The error message |
return | System |
public S3PostUploadException ( string errorCode, string message ) : System | ||
errorCode | string | The error code |
message | string | The error message |
return | System |