NBNode CreateExceptionList Method IBM Integration Bus
Constructs a new exception list from the given exception and places into the given NBMessage.

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

public void CreateExceptionList(
	Exception exception,
	NBMessage exceptionList
)

Parameters

exception
Type: OnlineSystem Exception
The exception to turn into an exception list.
exceptionList
Type: IBM.Broker.Plugin NBMessage
The message where the exception list will be placed.
See Also