Skip to main content

iCalendarParseExceptionEventArgs(Exception, String, Int32) Constructor

Initializes a new instance of the iCalendarParseExceptionEventArgs class with the specified settings

Namespace: DevExpress.XtraScheduler.iCalendar

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public iCalendarParseExceptionEventArgs(
    Exception originalException,
    string lineText,
    int lineIndex
)

Parameters

Name Type Description
originalException Exception

A Exception object representing the original exception thrown.

lineText String

A string containing a line of text in iCalendar format that caused a parse error.

lineIndex Int32

An integer representing the erroneous line number in an iCalendar file.

See Also