From 27719fa2a00e041cdb957182812508464d19a9d7 Mon Sep 17 00:00:00 2001 From: 杨宇千 Date: Sun, 3 Nov 2019 16:51:10 +0800 Subject: WIP: Design the timeline service interface. --- Timeline/Resources/Services/Exception.Designer.cs | 36 +++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'Timeline/Resources/Services/Exception.Designer.cs') diff --git a/Timeline/Resources/Services/Exception.Designer.cs b/Timeline/Resources/Services/Exception.Designer.cs index ddf60f45..a5785cb6 100644 --- a/Timeline/Resources/Services/Exception.Designer.cs +++ b/Timeline/Resources/Services/Exception.Designer.cs @@ -267,6 +267,42 @@ namespace Timeline.Resources.Services { } } + /// + /// Looks up a localized string similar to An exception happened when add or remove member on timeline.. + /// + internal static string TimelineMemberOperationException { + get { + return ResourceManager.GetString("TimelineMemberOperationException", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to An exception happened when operating on the {} member on timeline.. + /// + internal static string TimelineMemberOperationExceptionIndex { + get { + return ResourceManager.GetString("TimelineMemberOperationExceptionIndex", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Timeline name is of bad format. If this is a personal timeline, it means the username is of bad format and inner exception should be a UsernameBadFormatException.. + /// + internal static string TimelineNameBadFormatException { + get { + return ResourceManager.GetString("TimelineNameBadFormatException", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Timeline does not exist. If this is a personal timeline, it means the user does not exist and inner exception should be a UserNotExistException.. + /// + internal static string TimelineNotExistException { + get { + return ResourceManager.GetString("TimelineNotExistException", resourceCulture); + } + } + /// /// Looks up a localized string similar to The username is of bad format.. /// -- cgit v1.2.3