Table of Contents

EHttpEngineException.CreateFmt Constructor

Creates the exception with a format string and arguments.

Syntax

Unit: Sparkle.Http.Engine

constructor EHttpEngineException.CreateFmt(const Msg: string; const Args: );

Parameters

<-> Parameter Type Description
const Msg string The format string describing the error.
const Args The arguments applied to the format string.

See also