Class ExportNotFoundException
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
The specified export was not found.
public class ExportNotFoundException : AmazonDynamoDBException
- Inheritance
-
ExportNotFoundException
Constructors
ExportNotFoundException(Exception)
Construct instance of ExportNotFoundException
public ExportNotFoundException(Exception innerException)
Parameters
innerException
Exception
ExportNotFoundException(string)
Constructs a new ExportNotFoundException with the specified error message.
public ExportNotFoundException(string message)
Parameters
message
stringDescribes the error encountered.
ExportNotFoundException(string, ErrorType, string, string, HttpStatusCode)
Construct instance of ExportNotFoundException
public ExportNotFoundException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
ExportNotFoundException(string, Exception)
Construct instance of ExportNotFoundException
public ExportNotFoundException(string message, Exception innerException)
Parameters
ExportNotFoundException(string, Exception, ErrorType, string, string, HttpStatusCode)
Construct instance of ExportNotFoundException
public ExportNotFoundException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode