SchedulerException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines an exception raised by the scheduler.
public class SchedulerException : Exception
type SchedulerException = class
inherit Exception
Public Class SchedulerException
Inherits Exception
- Inheritance
-
SchedulerException
Constructors
| SchedulerException() |
Initialize a new, empty instance of the SchedulerException class. |
| SchedulerException(Int32, String) |
Initialize a new instance of the SchedulerException class using the specified error code and insert arguments. |
| SchedulerException(SerializationInfo, StreamingContext) |
Initialize a new, instance of the SchedulerException class using the specified serialization information and streaming context. |
| SchedulerException(String, Exception) |
Initialize a new, instance of the SchedulerException class using the specified message and inner exception. |
| SchedulerException(String) |
Initialize a new, instance of the SchedulerException class using the specified message. |
Properties
| Code |
The ErrorCode constant that identifies the error and its message string. |
| Params |
Retrieves the insertion strings used for the message. |
Methods
| GetObjectData(SerializationInfo, StreamingContext) |