NBBrokerException AddNestedException Method IBM Integration Bus
The AddNestedException method should not be called for NBClrException's

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

public override sealed void AddNestedException(
	NBException childException
)

Parameters

childException
Type: IBM.Broker.Plugin NBException
The child of this exception in the hierarchy.
Exceptions

Remarks

NBClrException's cannot have nested exceptions and so this method throws an exception if called.
See Also