Mobile Windows 10 UWP USSD协议示例不工作

Mobile Windows 10 UWP USSD协议示例不工作,mobile,uwp,ussd,Mobile,Uwp,Ussd,我想在我的移动宽带应用程序中使用ussd ptotocol。我从Universal Windows Platform示例集合中找到了以下示例: 我使用的是华为K5150 UMTS棒,它是由微软重做的。但我在测试这个例子时发现了一个错误: 发生意外异常:系统。来自HRESULT的异常:0xC004000A at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(任务任务) 在System.Runtime.Compile

我想在我的移动宽带应用程序中使用ussd ptotocol。我从Universal Windows Platform示例集合中找到了以下示例:

我使用的是华为K5150 UMTS棒,它是由微软重做的。但我在测试这个例子时发现了一个错误:

发生意外异常:系统。来自HRESULT的异常:0xC004000A
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(任务任务)
在System.Runtime.CompilerServices.TaskWaiter.HandleNunSuccessAndDebuggerNotification(任务任务)中
在System.Runtime.CompilerServices.TaskAwaiter.GetResult()中
在USSDApi.RequestResponse。d_3.MoveNext()
有人能帮我解决这个错误吗?如何调试它?这个例子不起作用吗

Unexpected exception occured: System.Exception from HRESULT: 0xC004000A
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNunSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
at USSDApi.RequestResponse. <SendButton_Click>d_3.MoveNext()