Amazon.Redshift.Model.HsmConfigurationNotFoundException.HsmConfigurationNotFoundException C# (CSharp) Метод

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

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

Same methods

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