CommunicationErrorEventArgs Class
  Namespace: Qlik.Sense.JsonRpc
Assembly: Qlik.Sense.JsonRpc.dll
  Assembly: Qlik.Sense.JsonRpc.dll
Communication error received during connection to a Qlik Sense instance
Inheritance
- 
      System.Object
      - 
          System.EventArgs
          - CommunicationErrorEventArgs
 
 
- 
          System.EventArgs
          
Syntax
public class CommunicationErrorEventArgs : EventArgsProperties
| Name | Description | 
|---|---|
| Exception | An exception thrown when a communication error with Qlik Sense occurs. | 
| QlikWebSocketClosedStatus | A non-null value on this property means the websocket was closed with a custom Qlik close code for instance due to a session time out. |