Click or drag to resize
MethodInvocationErrorEventArgs Constructor
Initializes a new instance of the MethodInvocationErrorEventArgs class

Namespace: Qlik.Engine.Communication
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public MethodInvocationErrorEventArgs(
	IQlikConnection session,
	TaskCompletionSource<Response> taskCompletionSource,
	Request request,
	MethodInvocationException exception
)

Parameters

session
Type: Qlik.Engine.CommunicationIQlikConnection
taskCompletionSource
Type: System.Threading.TasksTaskCompletionSourceResponse
request
Type: Qlik.Engine.Communication.IORequest
exception
Type: Qlik.EngineMethodInvocationException
See Also