NBNode CreateExceptionFromExceptionList Method IBM Integration Bus
Constructs an NBException from a broker exception list.

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

public NBException CreateExceptionFromExceptionList(
	NBMessage exceptionList
)

Parameters

exceptionList
Type: IBM.Broker.Plugin NBMessage
The message representing the exception list.

Return Value

Type: NBException
The NBException.
See Also