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