Search Results for

    Show / Hide Table of Contents

    EFlexCelCoreException.Create Constructor

    Overloads

    • EFlexCelCoreException.Create
    • EFlexCelCoreException.Create(string)
    • EFlexCelCoreException.Create(string, TFlxErr)

    EFlexCelCoreException.Create

    Creates a new FlexCelCoreException

    Syntax

    Unit: FlexCel.Core

    constructor EFlexCelCoreException.Create;

    See also

    • EFlexCelCoreException

    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

    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

    • EFlexCelCoreException
    In This Article
    Back to top FlexCel Studio for VCL and FireMonkey v7.24
    © 2002 - 2025 tmssoftware.com