| PrsReaderException Constructor (String) |
Namespace:
QsInformatica.Utils
Assembly:
QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 24.6.0.0 (24.6.0.0)
Syntax public PrsReaderException(
string prsFileName
)
Public Sub New (
prsFileName As String
)
public:
PrsReaderException(
String^ prsFileName
)
new :
prsFileName : string -> PrsReaderException
Parameters
- prsFileName
- Type: SystemString
The file name.
See Also