EventScheduleException Class

Contains information about an exception raised by the EventSchedule API.

Syntax

public class EventScheduleException : Exception, System.Runtime.Serialization.ISerializable

Public Instance Constructors

Constructor Description
EventScheduleException() Initializes a new instance of the EventScheduleException class.
EventScheduleException(string) Initializes a new instance of the EventScheduleException class.
EventScheduleException(string, Exception) Initializes a new instance of the EventScheduleException class.

Protected Instance Constructors

Constructor Description
EventScheduleException(SerializationInfo, StreamingContext) Initializes a new instance of the EventScheduleException class.

See Also