Represents the exception class for iCalendar parser-specific exceptions.
Definition
Namespace:Telerik.WinControls.UI.Scheduler.ICalendar
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
public class CalendarParseException : Exception, ISerializable, _Exception
Inheritance: objectExceptionCalendarParseException
Implements:
Inherited Members
Constructors
Initializes a new instance of the CalendarParseException class.
public CalendarParseException()
Initializes a new instance of the CalendarParseException class.
protected CalendarParseException(SerializationInfo info, StreamingContext context)
The SerializationInfo that holds the serialized object data about the exception being thrown.
contextStreamingContextThe StreamingContext that contains contextual information about the source or destination.
Exceptions:The info parameter is null.
The class name is null or HResult is zero (0).
Initializes a new instance of the CalendarParseException class.
Initializes a new instance of the CalendarParseException class.