Amazon.Redshift.Model.BucketNotFoundException.BucketNotFoundException C# (CSharp) Method

BucketNotFoundException() public method

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

Same methods

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