.NET Framework Class Library |
AggregateException..::.InnerExceptions Property |
AggregateException Class See Also Send Feedback |
Gets a read-only collection of the Exception instances that caused the
current exception.
Namespace:
System
Assembly:
System.Threading (in System.Threading.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property InnerExceptions As ReadOnlyCollection(Of Exception) |
C# |
---|
public ReadOnlyCollection<Exception> InnerExceptions { get; } |