Click or drag to resize

ExceptionContext Enumeration

Describes the context in which an exception occurred.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax
Public Enumeration ExceptionContext
Members
  Member nameValueDescription
None0 Unknown context.
RuleRunning1 The exception occurred while a rule was running.
RuleCompiling2 The exception occurred during rule compilation.
EventDrivenRuleRunning3 The exception occurred while an event-triggered rule was running.
RuleMigrating4 The exception occurred while a rule was being migrated. This can happen only in rules that were created in Inventor 2010 or earlier versions.
See Also