Adds a nested exception to the current exception.
Namespace: IBM.Broker.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public virtual void AddNestedException(
NBException childException
)
public virtual void AddNestedException(
NBException childException
)
Public Overridable Sub AddNestedException (
childException As NBException
)
Public Overridable Sub AddNestedException (
childException As NBException
)
public:
virtual void AddNestedException(
NBException^ childException
)
public:
virtual void AddNestedException(
NBException^ childException
)
abstract AddNestedException :
childException : NBException -> unit
override AddNestedException :
childException : NBException -> unit
abstract AddNestedException :
childException : NBException -> unit
override AddNestedException :
childException : NBException -> unit
Parameters
- childException
- Type: IBM.Broker.Plugin NBException
The childException will become a child of this exception in the exceptionList hierarchy.
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).