Amazon.ConfigService.Model.NoSuchBucketException.NoSuchBucketException C# (CSharp) Метод

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

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

Same methods

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