Table of Contents

Class PlatformApplicationDisabledException

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

Exception error indicating platform application disabled.

public class PlatformApplicationDisabledException : AmazonSimpleNotificationServiceException
Inheritance
PlatformApplicationDisabledException

Constructors

PlatformApplicationDisabledException(Exception)

Construct instance of PlatformApplicationDisabledException

public PlatformApplicationDisabledException(Exception innerException)

Parameters

innerException Exception

PlatformApplicationDisabledException(string)

Constructs a new PlatformApplicationDisabledException with the specified error message.

public PlatformApplicationDisabledException(string message)

Parameters

message string

Describes the error encountered.

PlatformApplicationDisabledException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of PlatformApplicationDisabledException

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

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

PlatformApplicationDisabledException(string, Exception)

Construct instance of PlatformApplicationDisabledException

public PlatformApplicationDisabledException(string message, Exception innerException)

Parameters

message string
innerException Exception

PlatformApplicationDisabledException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of PlatformApplicationDisabledException

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