Share

ExceptionContext Enumeration

Describes the context in which an exception occurred.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 29.0

Syntax

VB

Public Enumeration ExceptionContext

C#

public enum 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

Reference

Was this information helpful?