Amazon.KeyManagementService.Model.KeyUnavailableException.KeyUnavailableException C# (CSharp) Метод

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

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

Same methods

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