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例外のディスパッチが完了したときに完了する 。

適用対象