ToString Method

Task Parallel System.Threading

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()

Return Value

A string representation of the current exception.

Implements

_Exception..::.ToString()()()

See Also