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

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

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

Same methods

BucketNotFoundException::BucketNotFoundException ( Exception innerException ) : System
BucketNotFoundException::BucketNotFoundException ( System info, System context ) : 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