Class CalendarParseException
Represents the exception class for iCalendar parser-specific exceptions.
Inheritance
Namespace: Telerik.Windows.Controls.ScheduleView.ICalendar
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public class CalendarParseException : Exception
Constructors
CalendarParseException()
Initializes a new instance of the Calendar
Declaration
public CalendarParseException()
CalendarParseException(SerializationInfo, StreamingContext)
Initializes a new instance of the Calendar
Declaration
protected CalendarParseException(SerializationInfo info, StreamingContext context)
Parameters
System. The System. |
System. The System. |
Exceptions
System. The |
System. The class name is null or System. |
CalendarParseException(String)
Initializes a new instance of the Calendar
Declaration
public CalendarParseException(string message)
Parameters
System. The message. |
CalendarParseException(String, Exception)
Initializes a new instance of the Calendar
Declaration
public CalendarParseException(string message, Exception inner)
Parameters
System. The message. |
System. The inner. |