我想在我的移动宽带应用程序中使用ussd ptotocol。我在Universal Windows Platform示例集合中找到了以下示例: Link to this example on github
我使用的是华为K5150 UMTS Stick,它是微软重新推出的。但是我测试这个例子我得到一个错误: Error Message
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()
任何人都可以帮我解决这个错误吗?我该怎么调试呢?这个例子不起作用吗?