Table of Contents

EFlexCelException.Create Constructor

Overloads

EFlexCelException.Create

Creates a new FlexCelException

Syntax

Unit: FlexCel.Core

constructor EFlexCelException.Create;

See also

EFlexCelException.Create(string)

Creates a new FlexCelException with an error message.

Syntax

Unit: FlexCel.Core

constructor EFlexCelException.Create(const message: string);

Parameters

<-> Parameter Type Description
const message string Error Message

See also