WebSphere Message Broker™ V8.0.0.0 .NET Plugin Node API
CreateExceptionList Method (exception, exceptionList)
NamespacesIBM.Broker.PluginNBNodeCreateExceptionList(Exception, NBMessage)
SUMMARY
Constructs a new exception list from the given exception and places into the given NBMessage.
Declaration Syntax
C#Visual BasicVisual C++F#
public void CreateExceptionList(
	Exception exception,
	NBMessage exceptionList
)
Public Sub CreateExceptionList ( _
	exception As Exception, _
	exceptionList As NBMessage _
)
public:
void CreateExceptionList(
	Exception^ exception, 
	NBMessage^ exceptionList
)
member CreateExceptionList : 
        exception:Exception * 
        exceptionList:NBMessage -> unit 
Parameters
exception (Exception)
The exception to turn into an exception list.
exceptionList (NBMessage)
The message where the exception list will be placed.

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