Click or drag to resize
QvxPleaseSendReplyException Constructor
Throw new QvxPleaseSendReplyException when you want QvxLibrary.dll to send an error message to QlikView.

Namespace: QlikView.Qvx.QvxLibrary
Assembly: QvxLibrary (in QvxLibrary.dll) Version: 2.1.4.0 (2.1.4)
Syntax
C#
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