Amazon.S3.AmazonS3Exception.AmazonS3Exception C# (CSharp) 메소드

AmazonS3Exception() 공개 메소드

Construct an instance of AmazonS3Exception
public AmazonS3Exception ( Exception innerException ) : System
innerException System.Exception
리턴 System
        public AmazonS3Exception(Exception innerException)
            : base(innerException.Message, innerException)
        {
        }

Same methods

AmazonS3Exception::AmazonS3Exception ( System info, System context ) : System
AmazonS3Exception::AmazonS3Exception ( string message ) : System
AmazonS3Exception::AmazonS3Exception ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
AmazonS3Exception::AmazonS3Exception ( string message, Exception innerException ) : System
AmazonS3Exception::AmazonS3Exception ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
AmazonS3Exception::AmazonS3Exception ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode, string amazonId2 ) : System
AmazonS3Exception::AmazonS3Exception ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode, string amazonId2, string amazonCfId ) : System