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

iCalendarException(String) Constructor

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

Namespace: DevExpress.XtraScheduler.iCalendar

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

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