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

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

Constructs a new InvalidS3BucketException with the specified error message.
public InvalidS3BucketException ( string message ) : System
message string /// Describes the error encountered. ///
Результат System
        public InvalidS3BucketException(string message) 
            : base(message) {}
          

Same methods

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