iCalendarException Constructors
Represents errors that occur during iCalendar data exchange.Name | Parameters | Description |
---|---|---|
iCalendarException() | none | Initializes a new instance of the iCalendarException class with the default settings. |
iCalendarException(String) | message | Initializes a new instance of the iCalendarException class with the specified message string. |
See Also