iCalendarParseExceptionEventArgs(Exception, String, Int32) Constructor
In This Article
Initializes a new instance of the iCalendarParseExceptionEventArgs class with the specified settings
Namespace: DevExpress.XtraScheduler.iCalendar
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
#Declaration
public iCalendarParseExceptionEventArgs(
Exception originalException,
string lineText,
int lineIndex
)
#Parameters
Name | Type | Description |
---|---|---|
original |
Exception | A Exception object representing the original exception thrown. |
line |
String | A string containing a line of text in i |
line |
Int32 | An integer representing the erroneous line number in an i |
See Also