RenderHandle.DispatchExceptionAsync(Exception) 方法

定义

Exception 调度到 Renderer

public System.Threading.Tasks.Task DispatchExceptionAsync (Exception exception);
member this.DispatchExceptionAsync : Exception -> System.Threading.Tasks.Task
Public Function DispatchExceptionAsync (exception As Exception) As Task

参数

exception
Exception

Exception将调度到呈现器中的 。

返回

Task 异常完成调度时完成的 。

适用于