TaskSchedulingException Constructor
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
TaskSchedulingException() | Initializes a new instance of the TaskSchedulingException class. | |
TaskSchedulingException(String) | Initializes a new instance of the TaskSchedulingException class with a specified error message. | |
TaskSchedulingException(SerializationInfo, StreamingContext) | Initializes a new instance of the TaskSchedulingException class with serialized data. |
Top