Class NotFoundException
- Namespace
- Amazon.SimpleNotificationService.Model
- Assembly
- AWSSDK.SimpleNotificationService.dll
Indicates that the requested resource does not exist.
public class NotFoundException : AmazonSimpleNotificationServiceException
- Inheritance
-
NotFoundException
Constructors
NotFoundException(Exception)
Construct instance of NotFoundException
public NotFoundException(Exception innerException)
Parameters
innerException
Exception
NotFoundException(string)
Constructs a new NotFoundException with the specified error message.
public NotFoundException(string message)
Parameters
message
stringDescribes the error encountered.
NotFoundException(string, ErrorType, string, string, HttpStatusCode)
Construct instance of NotFoundException
public NotFoundException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
NotFoundException(string, Exception)
Construct instance of NotFoundException
public NotFoundException(string message, Exception innerException)
Parameters
NotFoundException(string, Exception, ErrorType, string, string, HttpStatusCode)
Construct instance of NotFoundException
public NotFoundException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode