PDIParser Exception(Int 32, 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: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public PDIParserException(
int line,
string message
)VB
Public Sub New (
line As Integer,
message As String
)C++
public:
PDIParserException(
int line,
String^ message
)F#
new :
line : int *
message : string -> PDIParserException