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
public enum ExceptionContext
Members
| Member name | Value | Description |
---|
| None | 0 | Unknown context. |
| RuleRunning | 1 | The exception occurred while a rule was running. |
| RuleCompiling | 2 | The exception occurred during rule compilation. |
| EventDrivenRuleRunning | 3 | The exception occurred while an event-triggered rule was running. |
| RuleMigrating | 4 |
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