PDIParserException(Int32, String, Exception) Constructor
This constructor takes a line number, message string, and an inner exception
Namespace: EWSoftware.PDI.ParserAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public PDIParserException(
int line,
string message,
Exception inner
)
Public Sub New (
line As Integer,
message As String,
inner As Exception
)
public:
PDIParserException(
int line,
String^ message,
Exception^ inner
)
new :
line : int *
message : string *
inner : Exception -> PDIParserException
Parameters
- line Int32
- The line number in the data stream at which the error occurred
- message String
- The exception message
- inner Exception
- The inner exception