Amazon.Redshift.Model.InvalidHsmConfigurationStateException.InvalidHsmConfigurationStateException C# (CSharp) Method

InvalidHsmConfigurationStateException() public method

Constructs a new InvalidHsmConfigurationStateException with the specified error message.
public InvalidHsmConfigurationStateException ( string message ) : System
message string /// Describes the error encountered. ///
return System
        public InvalidHsmConfigurationStateException(string message) 
            : base(message) {}
          

Same methods

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