SchedulerException Class

Definition

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)

Initialize a new, instance of the SchedulerException class using the specified message.

SchedulerException(String, Exception)

Initialize a new, instance of the SchedulerException class using the specified message and inner exception.

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)

Applies to