Amazon.SimpleDB.Model.NumberSubmittedItemsExceededException.NumberSubmittedItemsExceededException C# (CSharp) Метод

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

Construct instance of NumberSubmittedItemsExceededException
public NumberSubmittedItemsExceededException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
innerException System.Exception
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
Результат System
        public NumberSubmittedItemsExceededException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, innerException, errorType, errorCode, requestId, statusCode) {}

Same methods

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