Amazon.SimpleNotificationService.Model.PlatformApplicationDisabledException.PlatformApplicationDisabledException C# (CSharp) Метод

PlatformApplicationDisabledException() публичный Метод

Construct instance of PlatformApplicationDisabledException
public PlatformApplicationDisabledException ( Exception innerException ) : System
innerException System.Exception
Результат System
        public PlatformApplicationDisabledException(Exception innerException) 
            : base(innerException) {}
            

Same methods

PlatformApplicationDisabledException::PlatformApplicationDisabledException ( System info, System context ) : System
PlatformApplicationDisabledException::PlatformApplicationDisabledException ( string message ) : System
PlatformApplicationDisabledException::PlatformApplicationDisabledException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
PlatformApplicationDisabledException::PlatformApplicationDisabledException ( string message, Exception innerException ) : System
PlatformApplicationDisabledException::PlatformApplicationDisabledException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
PlatformApplicationDisabledException