Constructs an
NBException from a broker exception list.
Namespace: IBM.Broker.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public NBException CreateExceptionFromExceptionList(
NBMessage exceptionList
)
public NBException CreateExceptionFromExceptionList(
NBMessage exceptionList
)
Public Function CreateExceptionFromExceptionList (
exceptionList As NBMessage
) As NBException
Public Function CreateExceptionFromExceptionList (
exceptionList As NBMessage
) As NBException
public:
NBException^ CreateExceptionFromExceptionList(
NBMessage^ exceptionList
)
public:
NBException^ CreateExceptionFromExceptionList(
NBMessage^ exceptionList
)
member CreateExceptionFromExceptionList :
exceptionList : NBMessage -> NBException
member CreateExceptionFromExceptionList :
exceptionList : NBMessage -> NBException
Return Value
Type:
NBExceptionThe NBException.