Class
CalendarParseException

Represents the exception class for iCalendar parser-specific exceptions.

Definition

Namespace:Telerik.Windows.Controls.ScheduleView.ICalendar

Assembly:Telerik.Windows.Controls.ScheduleView.dll

Syntax:

cs-api-definition
public class CalendarParseException : Exception, ISerializable

Inheritance: objectExceptionCalendarParseException

Implements: ISerializable

Inherited Members Exception.GetBaseException()Exception.ToString()Exception.GetType()Exception.TargetSiteException.MessageException.DataException.InnerExceptionException.HelpLinkException.SourceException.HResultException.StackTraceException.SerializeObjectState

Constructors

CalendarParseException()

Initializes a new instance of the CalendarParseException class.

Declaration

cs-api-definition
public CalendarParseException()

CalendarParseException(SerializationInfo, StreamingContext)

Initializes a new instance of the CalendarParseException class.

Declaration

cs-api-definition
protected CalendarParseException(SerializationInfo info, StreamingContext context)

Parameters

info

SerializationInfo

The SerializationInfo that holds the serialized object data about the exception being thrown.

context

StreamingContext

The StreamingContext that contains contextual information about the source or destination.

Exceptions

ArgumentNullException

The info parameter is null.

SerializationException

The class name is null or HResult is zero (0).

CalendarParseException(string)

Initializes a new instance of the CalendarParseException class.

Declaration

cs-api-definition
public CalendarParseException(string message)

Parameters

message

string

The message.

CalendarParseException(string, Exception)

Initializes a new instance of the CalendarParseException class.

Declaration

cs-api-definition
public CalendarParseException(string message, Exception inner)

Parameters

message

string

The message.

inner

Exception

The inner.