C# 클래스 Amazon.S3.Util.S3PostUploadException

상속: System.Exception
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
FromResponse ( HttpWebResponse response ) : S3PostUploadException

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

보호된 메소드들

메소드 설명
S3PostUploadException ( System info, System context ) : System

Constructs a new instance of the S3PostUploadException class with serialized data.

비공개 메소드들

메소드 설명
GetObjectData ( System info, System context ) : void

메소드 상세

FromResponse() 공개 정적인 메소드

Parse an S3 Error response and create an S3PostUploadException
public static FromResponse ( HttpWebResponse response ) : S3PostUploadException
response System.Net.HttpWebResponse The response from S3
리턴 S3PostUploadException

S3PostUploadException() 보호된 메소드

Constructs a new instance of the S3PostUploadException class with serialized data.
The parameter is null. The class name is null or is zero (0).
protected S3PostUploadException ( System info, System context ) : System
info System The that holds the serialized object data about the exception being thrown.
context System The that contains contextual information about the source or destination.
리턴 System

S3PostUploadException() 공개 메소드

Initializes a new instance of S3PostUploadException with a specified error message
public S3PostUploadException ( string message ) : System
message string The error message
리턴 System

S3PostUploadException() 공개 메소드

Initializes a new instance of S3PostUploadException with a specified error code and error message
public S3PostUploadException ( string errorCode, string message ) : System
errorCode string The error code
message string The error message
리턴 System