Amazon.CloudTrail.Model.KmsKeyDisabledException.KmsKeyDisabledException C# (CSharp) Метод

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

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

Same methods

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