Click or drag to resize

ExceptionsLog Interface

Stores an in-memory log of exceptions that have been thrown during rule execution.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax
Public Interface ExceptionsLog

The ExceptionsLog type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the count of exception objects.
Public propertyExceptions
An IEnumerable of ExceptionLogEntry objects.
Top
Methods
  NameDescription
Public methodClear
Removes all exception objects from the log.
Top
See Also