MethodInvocationException Class
  Namespace: Qlik.Sense.JsonRpc
Assembly: Qlik.Sense.JsonRpc.dll
  Assembly: Qlik.Sense.JsonRpc.dll
The Exception thrown when a method has gone wrong on the server during execution.
Inheritance
- 
      System.Object
      - 
          System.Exception
          - 
              System.SystemException
              - MethodInvocationException
 
 
- 
              System.SystemException
              
 
- 
          System.Exception
          
Syntax
public class MethodInvocationException : SystemException, ISerializable, _ExceptionConstructors
| Name | Description | 
|---|---|
| MethodInvocationException(String, MethodInvocationException.Error) | 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. | 
Properties
| Name | Description | 
|---|---|
| Data | Gets a collection of key/value pairs that provide additional user-defined information about the exception. | 
| InvocationError | Gets the Qlik Sense error that caused the current exception |