PDIParser Exception(Int 32) Constructor
This constructor takes a line number
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 PDIParserException(
int line
)VB
Public Sub New (
line As Integer
)C++
public:
PDIParserException(
int line
)F#
new :
line : int -> PDIParserExceptionParameters
- line Int32
- The line number in the data stream at which the error occurred