NBException GetNestedExceptions Method IBM Integration Bus
Gets all the nested exceptions that belong 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 ReadOnlyCollection<NBException> GetNestedExceptions()

Return Value

Type: OnlineReadOnlyCollection NBException 
The Nested exceptions.
See Also