Click or drag to resize
CommunicationErrorEventArgs Class
Communication error recieved during connection to an Qlik Sense instance
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Qlik.Engine.CommunicationCommunicationErrorEventArgs

Namespace: Qlik.Engine.Communication
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public class CommunicationErrorEventArgs : EventArgs

The CommunicationErrorEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyException
The exception thrown by the connection process
Top
See Also