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

NumberSubmittedItemsExceededException() public method

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

Same methods

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