Amazon.ElasticBeanstalk.Model.TooManyBucketsException.TooManyBucketsException C# (CSharp) Method

TooManyBucketsException() public method

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

Same methods

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