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

ProvisionedThroughputExceededException() public method

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

Same methods

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 ) : System
ProvisionedThroughputExceededException::ProvisionedThroughputExceededException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
ProvisionedThroughputExceededException