MethodInvocationErrorEventArgs Constructor Qlik Sense .NET SDK - API Reference
Initializes a new instance of the MethodInvocationErrorEventArgs class

Namespace: Qlik.Engine.Communication
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax

public MethodInvocationErrorEventArgs(
	IQlikConnection session,
	TaskCompletionSource<Response> taskCompletionSource,
	Request request,
	MethodInvocationException exception
)
See Also