Amazon.CodeCommit.Model.EncryptionKeyUnavailableException.EncryptionKeyUnavailableException C# (CSharp) Метод

EncryptionKeyUnavailableException() публичный Метод

Construct instance of EncryptionKeyUnavailableException
public EncryptionKeyUnavailableException ( Exception innerException ) : System
innerException System.Exception
Результат System
        public EncryptionKeyUnavailableException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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