共用方式為


ErrorBoundary.OnErrorAsync(Exception) 方法

定義

當處理錯誤時,由基類叫用。 預設實作會記錄錯誤。

protected override System.Threading.Tasks.Task OnErrorAsync (Exception exception);
override this.OnErrorAsync : Exception -> System.Threading.Tasks.Task
Protected Overrides Function OnErrorAsync (exception As Exception) As Task

參數

exception
Exception

Exception正在處理的 。

傳回

適用於