Table of Contents

FlxMessages.ThrowException Method

Overloads

FlxMessages.ThrowException(CondFmtError)

Throws an Exception for a conditional format error.

Syntax

Namespace: FlexCel.Core

public static void ThrowException(CondFmtError err)

Parameters

<-> Parameter Type Description
err CondFmtError

See also

FlxMessages.ThrowException(FlxErr, Object[])

Throws a standard FlexCelException.

Syntax

Namespace: FlexCel.Core

public static void ThrowException(FlxErr ResName, params Object[] args)

Parameters

<-> Parameter Type Description
ResName FlxErr Error Code.
params args Object[] Parameters for this error.

See also

FlxMessages.ThrowException(Exception, FlxErr, Object[])

Throws a standard FlexCelException with innerException.

Syntax

Namespace: FlexCel.Core

public static void ThrowException(Exception e, FlxErr ResName, params Object[] args)

Parameters

<-> Parameter Type Description
e Exception Inner exception.
ResName FlxErr Error Code.
params args Object[] Parameters for this error.

See also