PDIParserException(Int32, String) Constructor

This constructor takes a line number and a message string

Definition

Namespace: EWSoftware.PDI.Parser
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public PDIParserException(
	int line,
	string message
)

Parameters

line  Int32
The line number in the data stream at which the error occurred
message  String
The exception message

See Also