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
Afficher le fichier Open project: ngs-doo/revenj Class Usage Examples

Méthodes publiques

Méthode Description
S3Exception ( S3ErrorCode errorCode, string bucketName, string message, WebException innerException ) : System

Private Methods

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

Method Details

S3Exception() public méthode

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