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: 1.1.0.0 (1.1.0.0)
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