Table of Contents

FlexCelTrace Class

This class reports al FlexCel non-fatal errors. Use it to diagnose when something is going wrong.

Syntax

Namespace: FlexCel.Core

public static class FlexCelTrace

Properties

Name Description
Enabled Set this to false if you want to prevent FlexCel from tracing non fatal errors. Note that if you don't have any event attached to this class the result will be the same as having Enabled = false.

Events

Name Description
OnError This event is called each time a non fatal error happens in FlexCel. Hook an event listener to it to be notified when this happens.