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