PDIParserException(String, Exception) Constructor
This constructor takes a 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(
string message,
Exception inner
)
Public Sub New (
message As String,
inner As Exception
)
public:
PDIParserException(
String^ message,
Exception^ inner
)
new :
message : string *
inner : Exception -> PDIParserException
Parameters
- message String
- The exception message
- inner Exception
- The inner exception