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

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

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

Same methods

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