NavigationManager.HandleLocationChangingHandlerException Methode

Definition

Behandelt Ausnahmen, die in Positionsänderungshandlern ausgelöst werden.

protected virtual void HandleLocationChangingHandlerException (Exception ex, Microsoft.AspNetCore.Components.Routing.LocationChangingContext context);
abstract member HandleLocationChangingHandlerException : Exception * Microsoft.AspNetCore.Components.Routing.LocationChangingContext -> unit
override this.HandleLocationChangingHandlerException : Exception * Microsoft.AspNetCore.Components.Routing.LocationChangingContext -> unit
Protected Overridable Sub HandleLocationChangingHandlerException (ex As Exception, context As LocationChangingContext)

Parameter

ex
Exception

Die zu verarbeitende Ausnahme.

context
LocationChangingContext

Der an den Handler übergebene Kontext.

Gilt für: