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 Exchange |
Line |
Gets the number of a line in an i |
Line |
Gets the text causing a parse error. |
Original |
Provides access to a .NET exception which originated this event.
Inherited from Exchange |
See Also