System.Threading.Tasks.TaskSchedulerException Class Reference
+ Inheritance diagram for System.Threading.Tasks.TaskSchedulerException:
+ Collaboration diagram for System.Threading.Tasks.TaskSchedulerException:

Public Member Functions

 TaskSchedulerException ()
 
 TaskSchedulerException (string message)
 
 TaskSchedulerException (Exception innerException)
 
 TaskSchedulerException (string message, Exception innerException)
 

Protected Member Functions

 TaskSchedulerException (SerializationInfo info, StreamingContext context)
 

Detailed Description

Definition at line 31 of file TaskSchedulerException.cs.

Constructor & Destructor Documentation

System.Threading.Tasks.TaskSchedulerException.TaskSchedulerException ( )

Definition at line 35 of file TaskSchedulerException.cs.

System.Threading.Tasks.TaskSchedulerException.TaskSchedulerException ( string  message)

Definition at line 40 of file TaskSchedulerException.cs.

System.Threading.Tasks.TaskSchedulerException.TaskSchedulerException ( SerializationInfo  info,
StreamingContext  context 
)
protected

Definition at line 45 of file TaskSchedulerException.cs.

System.Threading.Tasks.TaskSchedulerException.TaskSchedulerException ( Exception  innerException)

Definition at line 51 of file TaskSchedulerException.cs.

System.Threading.Tasks.TaskSchedulerException.TaskSchedulerException ( string  message,
Exception  innerException 
)

Definition at line 57 of file TaskSchedulerException.cs.


The documentation for this class was generated from the following file: