Amazon.DynamoDBv2.AmazonDynamoDBStreamsException.AmazonDynamoDBStreamsException C# (CSharp) Method

AmazonDynamoDBStreamsException() public method

Construct instance of AmazonDynamoDBStreamsException
public AmazonDynamoDBStreamsException ( string message ) : System
message string
return System
        public AmazonDynamoDBStreamsException(string message)
            : base(message)
        {
        }

Same methods

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