Table of Contents

EHttpEngineException.Create Constructor

Creates the exception with the specified message.

Syntax

Unit: Sparkle.Http.Engine

constructor EHttpEngineException.Create(const Msg: string);

Parameters

<-> Parameter Type Description
const Msg string The message describing the error.

See also