ParallelLoopState::IsExceptional Property

.NET Framework (current version)
 

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

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

public:
property bool IsExceptional {
	bool get();
}

Property Value

Type: System::Boolean

true if an unhandled exception was thrown; otherwise, false.

Universal Windows Platform
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Return to top
Show: