Class AmazonDynamoDBStreamsException
- Namespace
- Amazon.DynamoDBv2
- Assembly
- AWSSDK.DynamoDBv2.dll
Common exception for the DynamoDBStreams service.
[Obsolete("This exception type is never thrown and will be removed in a future version.")]
public class AmazonDynamoDBStreamsException : AmazonServiceException
- Inheritance
-
AmazonDynamoDBStreamsException
Constructors
AmazonDynamoDBStreamsException(Exception)
Construct instance of AmazonDynamoDBStreamsException
public AmazonDynamoDBStreamsException(Exception innerException)
Parameters
innerExceptionException
AmazonDynamoDBStreamsException(string)
Construct instance of AmazonDynamoDBStreamsException
public AmazonDynamoDBStreamsException(string message)
Parameters
messagestring
AmazonDynamoDBStreamsException(string, ErrorType, string, string, HttpStatusCode)
Construct instance of AmazonDynamoDBStreamsException
public AmazonDynamoDBStreamsException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
messagestringerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode
AmazonDynamoDBStreamsException(string, Exception)
Construct instance of AmazonDynamoDBStreamsException
public AmazonDynamoDBStreamsException(string message, Exception innerException)
Parameters
AmazonDynamoDBStreamsException(string, Exception, ErrorType, string, string, HttpStatusCode)
Construct instance of AmazonDynamoDBStreamsException
public AmazonDynamoDBStreamsException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
messagestringinnerExceptionExceptionerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode