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

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

Constructs a new EncryptionKeyDisabledException with the specified error message.
public EncryptionKeyDisabledException ( string message ) : System
message string /// Describes the error encountered. ///
Результат System
        public EncryptionKeyDisabledException(string message) 
            : base(message) {}
          

Same methods

EncryptionKeyDisabledException::EncryptionKeyDisabledException ( Exception innerException ) : System
EncryptionKeyDisabledException::EncryptionKeyDisabledException ( System info, System context ) : 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