PDIParser ExceptionLine Number Property
This contains the line number in the data stream at which the error occurred
Definition
Namespace: EWSoftware.PDI.Parser
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public int LineNumber { get; }VB
Public ReadOnly Property LineNumber As Integer
GetC++
public:
property int LineNumber {
int get ();
}F#
member LineNumber : int with get