QvxPleaseSendReplyException Constructor |
Throw new QvxPleaseSendReplyException when you want QvxLibrary.dll
to send an error message to QlikView.
Namespace: QlikView.Qvx.QvxLibraryAssembly: QvxLibrary (in QvxLibrary.dll) Version: 2.1.4.0 (2.1.4)
Syntax public QvxPleaseSendReplyException(
QvxResult result,
string message
)
Parameters
- result
- Type: QlikView.Qvx.QvxLibraryQvxResult
QvxResult you would like to send, e.g. QvxResult.QVX_TABLE_NOT_FOUND - message
- Type: SystemString
Error message.
See Also