RenderHandle.DispatchExceptionAsync(Exception) Method

Definition

Dispatches an Exception to the 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

Parameters

exception
Exception

The Exception that will be dispatched to the renderer.

Returns

A Task that will be completed when the exception has finished dispatching.

Applies to