Click or drag to resize
MethodInvocationException Constructor
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.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public MethodInvocationException(
	string message,
	MethodInvocationExceptionError error
)

Parameters

message
Type: SystemString
The error message that explains the reason for the exception.
error
Type: Qlik.EngineMethodInvocationExceptionError
The Qlik Sense error that is the cause of this exception.
See Also