Amazon.CodeCommit.Model.EncryptionKeyNotFoundException.EncryptionKeyNotFoundException C# (CSharp) 메소드

EncryptionKeyNotFoundException() 공개 메소드

Construct instance of EncryptionKeyNotFoundException
public EncryptionKeyNotFoundException ( Exception innerException ) : System
innerException System.Exception
리턴 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