Constructor HttpEngineException
HttpEngineException(string)
Initializes a new instance of the HttpEngineException class with a specified error message.
public HttpEngineException(string message)
Parameters
message
stringThe message that describes the error.
HttpEngineException(Exception)
Initializes a new instance of the HttpEngineException class with a specified inner exception.
public HttpEngineException(Exception inner)
Parameters
inner
ExceptionThe exception that is the cause of the current exception.