Click or drag to resize
CommunicationErrorException Class
Exception thrown when an attempt to open a websocket connection fails.
Inheritance Hierarchy
SystemObject
  SystemException
    Qlik.Engine.CommunicationCommunicationErrorException

Namespace: Qlik.Engine.Communication
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public class CommunicationErrorException : Exception
Constructors
  NameDescription
Public methodCommunicationErrorException
Initializes a new instance of the CommunicationErrorException class.
Public methodCommunicationErrorException(String)
Initializes a new instance of the CommunicationErrorException class with a specified error message.
Public methodCommunicationErrorException(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.
Top
See Also