| PrsReaderException Constructor (String, Exception, 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,
Exception innerException,
string prsFileName
)
Public Sub New (
message As String,
innerException As Exception,
prsFileName As String
)
public:
PrsReaderException(
String^ message,
Exception^ innerException,
String^ prsFileName
)
new :
message : string *
innerException : Exception *
prsFileName : string -> PrsReaderException
Parameters
- message
- Type: SystemString
The exception message. - innerException
- Type: SystemException
The inner exception. - prsFileName
- Type: SystemString
The file name.
See Also