Occasionally the System.ArgumentException is generated by the following statement:
storageFolderFoo = await StorageApplicationPermissions.MostRecentlyUsedList.GetFileAsync(sToken);
Message:The parameter is incorrect.
When this happens, sToken is something like {94732BC6-2729-4306-8472-83D698918E2C} which looks correct.
Could anyone shed some light on the possible causes of this. I know FileNotFoundException is generated if the file does not exist.
Hong