WebSphere Message Broker™ V8.0.0.0 .NET Plugin Node API
AddNestedException Method (childException)
NamespacesIBM.Broker.PluginNBExceptionAddNestedException(NBException)
SUMMARY
Adds a nested exception to the current exception.
Declaration Syntax
C#Visual BasicVisual C++F#
public virtual void AddNestedException(
	NBException childException
)
Public Overridable Sub AddNestedException ( _
	childException As NBException _
)
public:
virtual void AddNestedException(
	NBException^ childException
)
abstract AddNestedException : 
        childException:NBException -> unit 
override AddNestedException : 
        childException:NBException -> unit 
Parameters
childException (NBException)
The childException will become a child of this exception in the exceptionList hierarchy.
Remarks
Adds an exception to the list of exception objects representing the children of this exception in the hierarchy (exception list). Each element should be of the correct exception type (e.g. NBDatabaseException for a database error).

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