Amazon.DynamoDBv2.Model.ProvisionedThroughputExceededException.ProvisionedThroughputExceededException C# (CSharp) Method

ProvisionedThroughputExceededException() public method

Construct instance of ProvisionedThroughputExceededException
public ProvisionedThroughputExceededException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System
        public ProvisionedThroughputExceededException(string message, Exception innerException) 
            : base(message, innerException) {}
            

Same methods

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