aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Resources/Services/Exception.Designer.cs
diff options
context:
space:
mode:
author杨宇千 <crupest@outlook.com>2019-11-03 16:51:10 +0800
committer杨宇千 <crupest@outlook.com>2019-11-03 16:51:10 +0800
commit640b80e501ef7f6240afdd968de4b23cd57f2ae1 (patch)
tree3e661387665f6592cf10b2cd93da217d7f16e6e5 /Timeline/Resources/Services/Exception.Designer.cs
parent71a444547673946a140db5bd0ed819932e392ccd (diff)
downloadtimeline-640b80e501ef7f6240afdd968de4b23cd57f2ae1.tar.gz
timeline-640b80e501ef7f6240afdd968de4b23cd57f2ae1.tar.bz2
timeline-640b80e501ef7f6240afdd968de4b23cd57f2ae1.zip
WIP: Design the timeline service interface.
Diffstat (limited to 'Timeline/Resources/Services/Exception.Designer.cs')
-rw-r--r--Timeline/Resources/Services/Exception.Designer.cs36
1 files changed, 36 insertions, 0 deletions
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
@@ -268,6 +268,42 @@ namespace Timeline.Resources.Services {
}
/// <summary>
+ /// Looks up a localized string similar to An exception happened when add or remove member on timeline..
+ /// </summary>
+ internal static string TimelineMemberOperationException {
+ get {
+ return ResourceManager.GetString("TimelineMemberOperationException", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to An exception happened when operating on the {} member on timeline..
+ /// </summary>
+ internal static string TimelineMemberOperationExceptionIndex {
+ get {
+ return ResourceManager.GetString("TimelineMemberOperationExceptionIndex", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// 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..
+ /// </summary>
+ internal static string TimelineNameBadFormatException {
+ get {
+ return ResourceManager.GetString("TimelineNameBadFormatException", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// 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..
+ /// </summary>
+ internal static string TimelineNotExistException {
+ get {
+ return ResourceManager.GetString("TimelineNotExistException", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to The username is of bad format..
/// </summary>
internal static string UsernameBadFormatException {