Gets all the exceptions that caused this exception.
Declaration Syntax
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()