Click or drag to resize
MethodInvocationErrorEventArgs Class
Contains Method invocation error attributes used to intercept an MethodInvocationException before its thrown
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Qlik.Engine.CommunicationMethodInvocationErrorEventArgs

Namespace: Qlik.Engine.Communication
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public class MethodInvocationErrorEventArgs : EventArgs

The MethodInvocationErrorEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodMethodInvocationErrorEventArgs
Initializes a new instance of the MethodInvocationErrorEventArgs class
Top
Methods
  NameDescription
Public methodResendRequest
Resends the Request, rebinding the response to the original requesting async method call
Top
Properties
  NameDescription
Public propertyErrorHandled
Indicator if the Error was handled or if an Exception should be thrown.
Public propertyInvocationError
The Error recieved from the Qlik Sense instrance
Top
Remarks
Makes it possible to resend request if needed, this makes it possible to seamless mitigate errors on the fly.
See Also