PDIParserException(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: 2023.1.2.0
public PDIParserException(
	string message,
	Exception inner
)

Parameters

message  String
The exception message
inner  Exception
The inner exception

See Also