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

EncryptionKeyAccessDeniedException() public method

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

Same methods

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