Table of Contents

EFlexCelCoreException.Create Constructor

Overloads

EFlexCelCoreException.Create

Creates a new FlexCelCoreException

Syntax

Unit: FlexCel.Core

constructor EFlexCelCoreException.Create;

See also

EFlexCelCoreException.Create(string)

Creates a new FlexCelCoreException with an error message.

Syntax

Unit: FlexCel.Core

constructor EFlexCelCoreException.Create(const message: string);

Parameters

<-> Parameter Type Description
const message string Error Message

See also

EFlexCelCoreException.Create(string, TFlxErr)

Creates a new FlexCelCoreException with an error message and an exception code.

Syntax

Unit: FlexCel.Core

constructor EFlexCelCoreException.Create(const message: string; const aErrorCode: TFlxErr);

Parameters

<-> Parameter Type Description
const message string Error Message
const aErrorCode TFlxErr Error code of the exception.

See also