Amazon.SimpleDB.Model.NumberDomainsExceededException.NumberDomainsExceededException C# (CSharp) Method

NumberDomainsExceededException() public method

Constructs a new NumberDomainsExceededException with the specified error message.
public NumberDomainsExceededException ( string message ) : System
message string /// Describes the error encountered. ///
return System
        public NumberDomainsExceededException(string message) 
            : base(message) {}
          

Same methods

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