Share

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: 30.0

Syntax

VB

Public Interface ExceptionsLog

C#

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.

Methods

  NameDescription
Public methodClear
Removes all exception objects from the log.

See Also

Reference

Was this information helpful?