Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception from HRESULT: 0x80070005 (E_ACCESSDENIED) on Windows 10 Mobile #21

Open
DjArt opened this issue Sep 9, 2019 · 0 comments
Open
Labels
confirmed Developer confirmed that issue

Comments

@DjArt
Copy link
Member

DjArt commented Sep 9, 2019

System.UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
   at Internal.Windows.Calls.PhoneOm.Exports.PhoneGetState(PH_CALL_INFO[]& callInfos, UInt32& count, PH_PHONE_CALL_COUNTS& callCounts)
   at Internal.Windows.Calls.CallManager.UpdateState()
   at Internal.Windows.Calls.CallManager..ctor()
   at Internal.Windows.Calls.CallManager.<<GetCallManagerAsync>g__impl|1_0>d.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at WoADialer.Background.CallSystem.<Initializate>d__24.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
   at WoADialer.App.<InitializateSystems>d__46.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
   at WoADialer.App.<OnLaunchedOrActivated>d__51.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_0(Object state)
   at System.Threading.WinRTSynchronizationContext.Invoker.InvokeCore()
@DjArt DjArt added the confirmed Developer confirmed that issue label Oct 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
confirmed Developer confirmed that issue
Projects
None yet
Development

No branches or pull requests

1 participant