Table of Contents

FlexCelException.FlexCelException Constructor

Overloads

FlexCelException.FlexCelException

Creates a new FlexCelException

Syntax

Namespace: FlexCel.Core

public FlexCelException()

See also

FlexCelException.FlexCelException(String)

Creates a new FlexCelException with an error message.

Syntax

Namespace: FlexCel.Core

public FlexCelException(String message)

Parameters

<-> Parameter Type Description
message String Error Message

See also

FlexCelException.FlexCelException(String, Exception)

Creates a nested Exception.

Syntax

Namespace: FlexCel.Core

public FlexCelException(String message, Exception inner)

Parameters

<-> Parameter Type Description
message String Error Message.
inner Exception Inner Exception.

See also