Gets all the nested exceptions that belong to the current exception.

C# | Visual Basic | Visual C++ | F# |
public virtual ReadOnlyCollection<NBException> GetNestedExceptions()
Public Overridable Function GetNestedExceptions As ReadOnlyCollection(Of NBException)
public: virtual ReadOnlyCollection<NBException^>^ GetNestedExceptions()
abstract GetNestedExceptions : unit -> ReadOnlyCollection<NBException> override GetNestedExceptions : unit -> ReadOnlyCollection<NBException>

The Nested exceptions.