The AddNestedException method should not be called for NBClrException's
Namespace: IBM.Broker.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public override sealed void AddNestedException(
NBException childException
)
public override sealed void AddNestedException(
NBException childException
)
Public Overrides NotOverridable Sub AddNestedException (
childException As NBException
)
Public Overrides NotOverridable Sub AddNestedException (
childException As NBException
)
public:
virtual void AddNestedException(
NBException^ childException
) override sealed
public:
virtual void AddNestedException(
NBException^ childException
) override sealed
abstract AddNestedException :
childException : NBException -> unit
override AddNestedException :
childException : NBException -> unit
abstract AddNestedException :
childException : NBException -> unit
override AddNestedException :
childException : NBException -> unit
NBClrException's cannot have nested exceptions and so this method throws an exception if called.