WebSphere Message Broker™ V8.0.0.0 .NET Plugin Node API
CreateExceptionFromExceptionList Method (exceptionList)
NamespacesIBM.Broker.PluginNBNodeCreateExceptionFromExceptionList(NBMessage)
SUMMARY
Constructs an NBException from a broker exception list.
Declaration Syntax
C#Visual BasicVisual C++F#
public NBException CreateExceptionFromExceptionList(
	NBMessage exceptionList
)
Public Function CreateExceptionFromExceptionList ( _
	exceptionList As NBMessage _
) As NBException
public:
NBException^ CreateExceptionFromExceptionList(
	NBMessage^ exceptionList
)
member CreateExceptionFromExceptionList : 
        exceptionList:NBMessage -> NBException 
Parameters
exceptionList (NBMessage)
The message representing the exception list.
Return Value
The NBException.

Assembly: IBM.Broker.Plugin (Module: IBM.Broker.Plugin) Version: 8.0.0.0