Click or drag to resize
MethodInvocationException Class
The Exception thrown when a method has gone wrong on the server during execution.
Inheritance Hierarchy

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
[SerializableAttribute]
public class MethodInvocationException : ServerException

The MethodInvocationException type exposes the following members.

Constructors
  NameDescription
Public methodMethodInvocationException
Initializes a new instance of the MethodInvocationException class with a specified error message and a reference to the Qlik Sense error that is the cause of this exception.
Top
Properties
  NameDescription
Public propertyData
Gets a collection of key/value pairs that provide additional user-defined information about the exception.
(Overrides ExceptionData.)
Public propertyInvocationError
Gets the Qlik Sense error that caused the current exception
Top
See Also