Amazon.RDS.Model.InvalidS3BucketException.InvalidS3BucketException C# (CSharp) Метод

InvalidS3BucketException() публичный Метод

Construct instance of InvalidS3BucketException
public InvalidS3BucketException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
Результат System
        public InvalidS3BucketException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, errorType, errorCode, requestId, statusCode) {}

Same methods

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