Show / Hide Table of Contents

Class ADynamoException

The ADynamoException is the base class for all exceptions thrown the LambdaSharp.DynamoDB.Native library.

Inheritance
System.Object
System.Exception
ADynamoException
DynamoTableBatchGetItemsMaxAttemptsExceededException
DynamoTableBatchWriteItemsMaxAttemptsExceededException
Namespace: LambdaSharp.DynamoDB.Native.Exceptions
Assembly: LambdaSharp.DynamoDB.Native.dll
Syntax
public abstract class ADynamoException : Exception, ISerializable

Constructors

ADynamoException(String)

Initialize new instance of ADynamoException.

Declaration
protected ADynamoException(string message)
Parameters
Type Name Description
System.String message

The message that describes the error.

ADynamoException(String, Exception)

Initialize new instance of ADynamoException.

Declaration
protected ADynamoException(string message, Exception innerException)
Parameters
Type Name Description
System.String message

The error message that explains the reason for the exception.

System.Exception innerException

The exception that is the cause of the current exception, or a null reference.

In This Article
Back to top Generated by DocFX