- Contents
Introduction to IceLib Technical Reference
ININ.IceLib
The ININ.IceLib namespace contains fundamental classes and base classes for creating Interaction Center based applications. These include commonly-used value and reference data types, events and event handlers, interfaces, attributes, and processing exceptions.
This namespace also facilitates exception handling. There are a number of exceptions that can be thrown throughout IceLib. These are intended to allow custom applications to receive information about specific error conditions and be able to handle the condition accordingly. All such exceptions inherit from ININ.IceLib.IceLibException.
The IceLib namespace also provides a Tracing class. The Tracing object
supports simple tracing. Trace statements are written to the Interactive
Intelligence trace log for the running application instance. All trace
statements are written to the IceLib_Custom
trace topic.

