iCalendarException(String) Constructor
Initializes a new instance of the iCalendarException class with the specified message string.
Namespace: DevExpress.XtraScheduler.iCalendar
Assembly: DevExpress.XtraScheduler.v25.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| message | String | A string representing a message associated with a specific problem in iCalendar data exchange. |
See Also