Table of Contents

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 string

Describes 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 string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

NotFoundException(string, Exception)

Construct instance of NotFoundException

public NotFoundException(string message, Exception innerException)

Parameters

message string
innerException Exception

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 string
innerException Exception
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode