Gets all the exceptions that caused this exception.
![](../icons/collapse_all.gif)
C# | Visual Basic | Visual C++ | J# |
public Exception[] Exceptions { get; }
Public ReadOnly Property Exceptions As Exception() Get
public: property array<Exception^>^ Exceptions { array<Exception^>^ get (); }
/** @property */ public Exception[] get_Exceptions()