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
innerExceptionException
NotFoundException(string)
Constructs a new NotFoundException with the specified error message.
public NotFoundException(string message)
Parameters
messagestringDescribes 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
messagestringerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode
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
messagestringinnerExceptionExceptionerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode