ical.net
ical.net copied to clipboard
Introduce and throw more specific exception types.
Today many exceptions that are raised throughout the lib are quite unspecific. E.g. in RecurrencePatternSerializer, mostly ArgumentExceptions are raised, while something like a CalendarFormatException or similar would be more appropriate.
Introduce and throw more specific exception types.