OpportunityLiu / E-Viewer

An UWP Client for https://e-hentai.org.
GNU General Public License v3.0
728 stars 30 forks source link

Fix crash in ExClient.IncrementalLoadingCollection`1.raiseLoadMoreItemsException #1

Closed OpportunityLiu closed 8 years ago

OpportunityLiu commented 8 years ago

Version: 1.1.0.0 | ExViewer

Stacktrace

ExClient.IncrementalLoadingCollection`1;raiseLoadMoreItemsException;;
ExClient.IncrementalLoadingCollection`1.<b__24_1>d;MoveNext;;
System.Runtime.CompilerServices.TaskAwaiter;ThrowForNonSuccess;;
System.Runtime.CompilerServices.TaskAwaiter;HandleNonSuccessAndDebuggerNotification;;
System.Runtime.CompilerServices.TaskAwaiter`1;GetResult;;
ExClient.CachedGallery.<>c.<b__1_0>d;MoveNext;;
System.Runtime.CompilerServices.TaskAwaiter;ThrowForNonSuccess;;
System.Runtime.CompilerServices.TaskAwaiter;HandleNonSuccessAndDebuggerNotification;;
System.Runtime.CompilerServices.TaskAwaiter`1;GetResult;;
ExViewer.ViewModels.CacheVM.<<-ctor>b__0_0>d;MoveNext;;
System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c;b__6_0;;
System.Threading.WinRTSynchronizationContext.Invoker;InvokeCore;;
Windows.ApplicationModel.Core.UnhandledError;Propagate;;
Microsoft.HockeyApp.Extensibility.Windows.UnhandledExceptionTelemetryModule;CoreApplication_UnhandledErrorDetected;;

Reason

LoadMoreItemsException did not handled in {ExClient.CachedGallery+CachedGalleryList}.

Link to HockeyApp