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
Name | Description | |
---|---|---|
![]() | Count |
Gets the count of exception objects.
|
![]() | Exceptions |
An IEnumerable of ExceptionLogEntry objects.
|
Methods
Name | Description | |
---|---|---|
![]() | Clear |
Removes all exception objects from the log.
|