iCalendarParseExceptionEventArgs Properties
Provides data for the AppointmentExchanger.OnException event of the iCalendarImporter and iCalendarExporter classes.| Name | Description |
|---|---|
| Handled | Gets or sets whether an event was handled. If it was handled, the exception is not propagated. Inherited from ExchangeExceptionEventArgs. |
| LineIndex | Gets the number of a line in an iCalendar file that contains the text which causes an error while parsing. |
| LineText | Gets the text causing a parse error. |
| OriginalException | Provides access to a .NET exception which originated this event. Inherited from ExchangeExceptionEventArgs. |
See Also