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

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

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

Same methods

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