iCalendarException(String) Constructor
In This Article
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
NuGet Package: DevExpress.Scheduler.CoreDesktop
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
message | String | A string representing a message associated with a specific problem in i |
See Also