StorageItemThumbnail siThumbnail = await storageFileVideo.GetThumbnailAsync(
ThumbnailMode.PicturesView,
300, ThumbnailOptions.UseCurrentScale);
The above code occasionally throws the following exception:
System.Exception: Exception from HRESULT: 0x80270301
Stack Trace:
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task) + 0x38
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17
Could anyone shed some light on the meaning of this exception?
