Constructs a new exception list from the given exception and places into the given
NBMessage.
Namespace: IBM.Broker.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public void CreateExceptionList(
Exception exception,
NBMessage exceptionList
)
public void CreateExceptionList(
Exception exception,
NBMessage exceptionList
)
Public Sub CreateExceptionList (
exception As Exception,
exceptionList As NBMessage
)
Public Sub CreateExceptionList (
exception As Exception,
exceptionList As NBMessage
)
public:
void CreateExceptionList(
Exception^ exception,
NBMessage^ exceptionList
)
public:
void CreateExceptionList(
Exception^ exception,
NBMessage^ exceptionList
)
member CreateExceptionList :
exception : Exception *
exceptionList : NBMessage -> unit
member CreateExceptionList :
exception : Exception *
exceptionList : NBMessage -> unit