Amazon.Redshift.Model.BucketNotFoundException.BucketNotFoundException C# (CSharp) Метод

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

Construct instance of BucketNotFoundException
public BucketNotFoundException ( Exception innerException ) : System
innerException System.Exception
Результат 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