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

iCalendarEventImportException(VEventCollection) Constructor

Initializes a new instance of the iCalendarEventImportException class with the specified settings.

Namespace: DevExpress.XtraScheduler.iCalendar

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

Declaration

public iCalendarEventImportException(
    VEventCollection events
)

Parameters

Name Type Description
events DevExpress.XtraScheduler.iCalendar.Components.VEventCollection

A DevExpress.XtraScheduler.iCalendar.Components.VEventCollection object representing a collection of event calendar components defined by iCalendar standard.

See Also