ErrorBoundary.OnErrorAsync(Exception) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Invoked by the base class when an error is being handled. The default implementation logs the error.
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