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

InvalidHsmConfigurationStateException() public method

Construct instance of InvalidHsmConfigurationStateException
public InvalidHsmConfigurationStateException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
return System
        public InvalidHsmConfigurationStateException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, errorType, errorCode, requestId, statusCode) {}

Same methods

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