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

KmsException() public method

Construct instance of KmsException
public KmsException ( Exception innerException ) : System
innerException System.Exception
return System
        public KmsException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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