Click or drag to resize
MethodInvocationExceptionData Property
Gets a collection of key/value pairs that provide additional user-defined information about the exception.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public override IDictionary Data { get; }

Return Value

Type: IDictionary
An object that implements the IDictionary interface and contains a collection of user-defined key/value pairs. The default is an empty collection.
See Also