正在使用 Intense Templates(SplitView 示例)开发 UWP 项目,然后我切换到 Template10(汉堡包)。当我尝试传递参数时似乎有错误
param is string with value something like this - (d5d05a3b-546a-4ca6-a345-74e333fa00fb)
Frame.Navigate(typeof(EditPage),param);
错误是这样的:
ErrorPicture
然后如果我的编辑页面无法获得正确的参数,它会将用户发送回(Frame.GoBack()
),现在我收到类似的错误
An exception of type 'System.Runtime.InteropServices.COMException' occurred in App6.exe but was not handled in user code
Additional information: Error HRESULT E_FAIL has been returned from a call to a COM component.