private static DreamMessage Map(OldIdNotFoundException e) {
     return DreamMessage.InternalError(string.Format(DekiResources.UNABLE_TO_FIND_OLD_PAGE_FOR_ID, e.OldId, e.TimeStamp));
 }
示例#2
0
 private static DreamMessage Map(OldIdNotFoundException e, DekiResources resources) {
     return DreamMessage.InternalError(resources.Localize(DekiResources.UNABLE_TO_FIND_OLD_PAGE_FOR_ID(e.OldId, e.TimeStamp)));
 }