Class ADynamoException
The ADynamo
Inheritance
System.Object
System.Exception
ADynamoException
Namespace: LambdaSharp.DynamoDB.Native.Exceptions
Assembly: LambdaSharp.DynamoDB.Native.dll
Syntax
public abstract class ADynamoException : Exception, ISerializable
Constructors
ADynamoException(String)
Initialize new instance of ADynamo
Declaration
protected ADynamoException(string message)
Parameters
Type | Name | Description |
---|---|---|
System. |
message | The message that describes the error. |
ADynamoException(String, Exception)
Initialize new instance of ADynamo
Declaration
protected ADynamoException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System. |
message | The error message that explains the reason for the exception. |
System. |
innerException | The exception that is the cause of the current exception, or a null reference. |