Click or drag to resize

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

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
The infos.
context
Type: System.Runtime.SerializationStreamingContext
The context.
prsFileName
Type: SystemString
The file name.
See Also