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
stringDescribes 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
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
PlatformApplicationDisabledException(string, Exception)
Construct instance of PlatformApplicationDisabledException
public PlatformApplicationDisabledException(string message, Exception innerException)
Parameters
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
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode