Click or drag to resize

PrsReaderException(String, String) Constructor

Creates a new instance of the PrsReaderException class.

Namespace: QsInformatica.Utils
Assembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
public PrsReaderException(
	string message,
	string prsFileName
)

Parameters

message  String
The exception message.
prsFileName  String
The file name.
See Also