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 CalendarParseException class.
Declaration
public CalendarParseException()
CalendarParseException(SerializationInfo, StreamingContext)
Initializes a new instance of the CalendarParseException class.
Declaration
protected CalendarParseException(SerializationInfo info, StreamingContext context)
Parameters
System.Runtime.Serialization.SerializationInfo
info
The System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown. |
System.Runtime.Serialization.StreamingContext
context
The System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination. |
Exceptions
System.ArgumentNullException
The |
System.Runtime.Serialization.SerializationException
The class name is null or System.Exception.HResult is zero (0). |
CalendarParseException(String)
Initializes a new instance of the CalendarParseException class.
Declaration
public CalendarParseException(string message)
Parameters
System.String
message
The message. |
CalendarParseException(String, Exception)
Initializes a new instance of the CalendarParseException class.
Declaration
public CalendarParseException(string message, Exception inner)
Parameters
System.String
message
The message. |
System.Exception
inner
The inner. |