PDIParser Exception(String, Exception) Constructor
This constructor takes a message string and an inner exception
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(
string message,
Exception inner
)VB
Public Sub New (
message As String,
inner As Exception
)C++
public:
PDIParserException(
String^ message,
Exception^ inner
)F#
new :
message : string *
inner : Exception -> PDIParserException