TaskSchedulerException Class

Task Parallel System.Threading

Represents an exception used to communicate an invalid operation by a TaskScheduler.

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

Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public Class TaskSchedulerException _
	Inherits Exception
C#
[SerializableAttribute]
public class TaskSchedulerException : Exception

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    System.Threading.Tasks..::.TaskSchedulerException

See Also