WebSphere Message Broker™ V8.0.0.0 .NET Plugin Node API
AddNestedException Method (childException)
NamespacesIBM.Broker.PluginNBClrExceptionAddNestedException(NBException)
SUMMARY
The AddNestedException method should not be called for NBClrException's
Declaration Syntax
C#Visual BasicVisual C++F#
public override sealed void AddNestedException(
	NBException childException
)
Public Overrides NotOverridable Sub AddNestedException ( _
	childException As NBException _
)
public:
virtual void AddNestedException(
	NBException^ childException
) override sealed
abstract AddNestedException : 
        childException:NBException -> unit 
override AddNestedException : 
        childException:NBException -> unit 
Parameters
childException (NBException)
The child of this exception in the hierarchy.
Remarks
NBClrException's cannot have nested exceptions and so this method throws an exception if called.
Exceptions
ExceptionCondition
NotSupportedExceptionThrown if this method is called.

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