C# 클래스 LitS3.S3Exception

The exception that is thrown when the S3 server returns a specially formatted error object that we can parse.
상속: System.Exception
파일 보기 프로젝트 열기: ngs-doo/revenj 1 사용 예제들

공개 메소드들

메소드 설명
S3Exception ( S3ErrorCode errorCode, string bucketName, string message, WebException innerException ) : System

비공개 메소드들

메소드 설명
FromErrorResponse ( XmlReader reader, WebException exception ) : S3Exception
FromWebException ( WebException exception ) : S3Exception
ParseCode ( string code ) : S3ErrorCode

메소드 상세

S3Exception() 공개 메소드

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