Click or drag to resize

PrsReaderException Constructor (String, Exception, String)

Creates a new instance of the PrsReaderException class.

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

Parameters

message
Type: SystemString
The exception message.
innerException
Type: SystemException
The inner exception.
prsFileName
Type: SystemString
The file name.
See Also