Class CalendarParseException
Represents the exception class for iCalendar parser-specific exceptions.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI.Scheduler.ICalendar
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public class CalendarParseException : Exception, ISerializable, _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. |