Initializes an AmazonS3Exception with error information provided in an
AmazonS3 response and the inner exception that is the cause of the exception

C# |
public AmazonS3Exception( HttpStatusCode statusCode, string xml, string requestAddr, WebHeaderCollection responseHeaders, S3Error error )

- statusCode (HttpStatusCode)
- HTTP status code for error response
- xml (String)
- Compete xml found in response
- requestAddr (String)
- The S3 request url
- responseHeaders (WebHeaderCollection)
- The response headers containing S3 specific information The nested exception that caused the AmazonS3Exception
- error (S3Error)