Gets the rule line number on which the exception was thrown.
If this is 0 or negative, then the line number is not known.
This number will be valid only if the Context property is equal to ExceptionContext.RuleRunning.
Namespace: Autodesk.iLogic.Interfaces
Assembly: Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 30.0
Syntax
VB
ReadOnly Property LineNumber As Integer Get
C#
int LineNumber { get; }