Amazon.CodeCommit.Model.EncryptionKeyNotFoundException.EncryptionKeyNotFoundException C# (CSharp) Method

EncryptionKeyNotFoundException() public method

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

Same methods

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