/// <summary> /// Gets all "Corrupted" reminders. Corrupted reminders are reminders that are marked as corrupted, because they caused an exception. They can't be processed /// </summary> /// <returns></returns> public static List <Reminder> GetCorruptedReminders() { return(DLReminders.GetCorruptedReminders()); }