Click or drag to resize
QvxPleaseSendReplyException Class
An exception that is thrown to signify that an error message, in the form of a QvxReply, should be sent back across the command pipe.
Inheritance Hierarchy

Namespace: QlikView.Qvx.QvxLibrary
Assembly: QvxLibrary (in QvxLibrary.dll) Version: 2.1.4.0 (2.1.4)
Syntax
C#
public class QvxPleaseSendReplyException : ApplicationException

The QvxPleaseSendReplyException type exposes the following members.

Constructors
  NameDescription
Public methodQvxPleaseSendReplyException
Throw new QvxPleaseSendReplyException when you want QvxLibrary.dll to send an error message to QlikView.
Top
See Also