Amazon.Lambda.Model.KMSDisabledException.KMSDisabledException C# (CSharp) Метод

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

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

Same methods

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