1 implementation of SetTaskFailed
Microsoft.Maui (1)
Handlers\HybridWebView\HybridWebViewTaskManager.cs (1)
37 public void SetTaskFailed(string taskId, Exception exception)
2 references to SetTaskFailed
Microsoft.Maui (2)
Handlers\HybridWebView\HybridWebViewHandler.cs (2)
146 taskManager.SetTaskFailed(taskId, new HybridWebViewInvokeJavaScriptException()); 153 taskManager.SetTaskFailed(taskId, ex);