IsExceptional Property

Task Parallel System.Threading

Gets whether any iteration of the loop has thrown an exception that went unhandled by that iteration.

Namespace:  System.Threading.Tasks
Assembly:  System.Threading (in System.Threading.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property IsExceptional As Boolean
C#
public bool IsExceptional { get; }

See Also