Table of Contents

TFlxMessages.ThrowException Method

Overloads

TFlxMessages.ThrowException(TCondFmtError)

Throws an Exception for a conditional format error.

Syntax

Unit: FlexCel.Core

class procedure TFlxMessages.ThrowException(const err: TCondFmtError); static; overload;

Parameters

<-> Parameter Type Description
const err TCondFmtError

See also

TFlxMessages.ThrowException(TFlxErr, )

Throws a standard FlexCelException.

Syntax

Unit: FlexCel.Core

class procedure TFlxMessages.ThrowException(const ResName: TFlxErr; const args: ); static; overload;

Parameters

<-> Parameter Type Description
const ResName TFlxErr Error Code.
const args Parameters for this error.

See also