CommunicationErrorException Class
  Namespace: Qlik.Engine.Communication
Assembly: Qlik.Engine.dll
  Assembly: Qlik.Engine.dll
Exception thrown when an attempt to open a websocket connection fails.
Inheritance
- 
      System.Object
      - 
          System.Exception
          - CommunicationErrorException
 
 
- 
          System.Exception
          
Syntax
public class CommunicationErrorException : Exception, ISerializable, _ExceptionConstructors
| Name | Description | 
|---|---|
| CommunicationErrorException() | Initializes a new instance of the CommunicationErrorException class. | 
| CommunicationErrorException(String) | Initializes a new instance of the CommunicationErrorException class with a specified error message. | 
| CommunicationErrorException(String, Exception) | Initializes a new instance of the CommunicationErrorException class with a specified error message and a reference to the inner exception that is the cause of this exception. |