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