Gets all the nested exceptions that belong to the current exception.
Namespace: IBM.Broker.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public virtual ReadOnlyCollection<NBException> GetNestedExceptions()
public virtual ReadOnlyCollection<NBException> GetNestedExceptions()
Public Overridable Function GetNestedExceptions As ReadOnlyCollection(Of NBException)
Public Overridable Function GetNestedExceptions As ReadOnlyCollection(Of NBException)
public:
virtual ReadOnlyCollection<NBException^>^ GetNestedExceptions()
public:
virtual ReadOnlyCollection<NBException^>^ GetNestedExceptions()
abstract GetNestedExceptions : unit -> ReadOnlyCollection<NBException>
override GetNestedExceptions : unit -> ReadOnlyCollection<NBException>
abstract GetNestedExceptions : unit -> ReadOnlyCollection<NBException>
override GetNestedExceptions : unit -> ReadOnlyCollection<NBException>
Return Value
Type:
ReadOnlyCollection NBException The Nested exceptions.