.NET Framework Class Library |
ParallelLoopState..::.IsExceptional Property |
ParallelLoopState Class See Also Send Feedback |
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; } |