Table of Contents

Constructor HttpEngineException

Namespace
Sisk.Core.Http.Engine
Assembly
Sisk.Core.dll

HttpEngineException(string)

Initializes a new instance of the HttpEngineException class with a specified error message.

public HttpEngineException(string message)

Parameters

message string

The 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 Exception

The exception that is the cause of the current exception.