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