C# Class LitS3.S3Exception

The exception that is thrown when the S3 server returns a specially formatted error object that we can parse.
Inheritance: System.Exception
Show file Open project: ngs-doo/revenj Class Usage Examples

Public Methods

Method Description
S3Exception ( S3ErrorCode errorCode, string bucketName, string message, WebException innerException ) : System

Private Methods

Method Description
FromErrorResponse ( XmlReader reader, WebException exception ) : S3Exception
FromWebException ( WebException exception ) : S3Exception
ParseCode ( string code ) : S3ErrorCode

Method Details

S3Exception() public method

public S3Exception ( S3ErrorCode errorCode, string bucketName, string message, WebException innerException ) : System
errorCode S3ErrorCode
bucketName string
message string
innerException System.Net.WebException
return System