|
| .NET Framework Class Library |
| AggregateException..::.ToString Method |
| AggregateException Class See Also Send Feedback |
Creates and returns a string representation of the current AggregateException.
Namespace:
System
Assembly:
System.Threading (in System.Threading.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Overrides Function ToString As String |
| C# |
|---|
public override string ToString() |