Skip to main content

iCalendarException(String) Constructor

Initializes a new instance of the iCalendarException class with the specified message string.

Namespace: DevExpress.XtraScheduler.iCalendar

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public iCalendarException(
    string message
)

Parameters

Name Type Description
message String

A string representing a message associated with a specific problem in iCalendar data exchange.

See Also