Amazon.CloudTrail.Model.KmsKeyDisabledException.KmsKeyDisabledException C# (CSharp) Method

KmsKeyDisabledException() public method

Construct instance of KmsKeyDisabledException
public KmsKeyDisabledException ( Exception innerException ) : System
innerException System.Exception
return 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