Amazon.RDS.Model.InvalidS3BucketException.InvalidS3BucketException C# (CSharp) Method

InvalidS3BucketException() public method

Construct instance of InvalidS3BucketException
public InvalidS3BucketException ( Exception innerException ) : System
innerException System.Exception
return System
        public InvalidS3BucketException(Exception innerException) 
            : base(innerException) {}
            

Same methods

InvalidS3BucketException::InvalidS3BucketException ( System info, System context ) : System
InvalidS3BucketException::InvalidS3BucketException ( string message ) : 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