Table of Contents

Class EndpointDisabledException

Namespace
Amazon.SimpleNotificationService.Model
Assembly
AWSSDK.SimpleNotificationService.dll

Exception error indicating endpoint disabled.

public class EndpointDisabledException : AmazonSimpleNotificationServiceException
Inheritance
EndpointDisabledException

Constructors

EndpointDisabledException(Exception)

Construct instance of EndpointDisabledException

public EndpointDisabledException(Exception innerException)

Parameters

innerException Exception

EndpointDisabledException(string)

Constructs a new EndpointDisabledException with the specified error message.

public EndpointDisabledException(string message)

Parameters

message string

Describes the error encountered.

EndpointDisabledException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of EndpointDisabledException

public EndpointDisabledException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

EndpointDisabledException(string, Exception)

Construct instance of EndpointDisabledException

public EndpointDisabledException(string message, Exception innerException)

Parameters

message string
innerException Exception

EndpointDisabledException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of EndpointDisabledException

public EndpointDisabledException(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