Click or drag to resize

PrsReaderException(SerializationInfo, StreamingContext, 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
protected PrsReaderException(
	SerializationInfo info,
	StreamingContext context,
	string prsFileName
)

Parameters

info  SerializationInfo
The infos.
context  StreamingContext
The context.
prsFileName  String
The file name.
See Also