NBException Data Property IBM Integration Bus
Gets a collection of key/value pairs that provide additional user-defined information about the exception.

Namespace: IBM.Broker.Plugin
Assembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
Syntax

public override IDictionary Data { get; }

Property Value

Type: OnlineIDictionary
Data is object that contains a collection of user-defined key/value pairs. The default is an empty collection.
See Also