NBException AddNestedException Method IBM Integration Bus
Adds a nested exception to the current exception.

Namespace: IBM.Broker.Plugin
Assembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
Syntax

public virtual void AddNestedException(
	NBException childException
)

Parameters

childException
Type: IBM.Broker.Plugin 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).
See Also