Skip to main content
A newer version of this page is available. .

iCalendarParseExceptionEventArgs(Exception, String, Int32) Constructor

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

Namespace: DevExpress.XtraScheduler.iCalendar

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

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