ClassCalendarParseException
Represents the exception class for iCalendar parser-specific exceptions.
Definition
Namespace:Telerik.Windows.Controls.ScheduleView.ICalendar
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
public class CalendarParseException : Exception, ISerializable
Inheritance: objectExceptionCalendarParseException
Implements:
Inherited Members
Constructors
CalendarParseException()
Initializes a new instance of the CalendarParseException class.
Declaration
public CalendarParseException()
CalendarParseException(SerializationInfo, StreamingContext)
Initializes a new instance of the CalendarParseException class.
Declaration
protected CalendarParseException(SerializationInfo info, StreamingContext context)
Parameters
info
The SerializationInfo that holds the serialized object data about the exception being thrown.
context
The 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).
CalendarParseException(string)
Initializes a new instance of the CalendarParseException class.
Declaration
public CalendarParseException(string message)
Parameters
message
The message.
CalendarParseException(string, Exception)
Initializes a new instance of the CalendarParseException class.