NavigationManager.HandleLocationChangingHandlerException Metodo

Definizione

Gestisce le eccezioni generate nei gestori di modifica della posizione.

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)

Parametri

ex
Exception

Eccezione da gestire.

context
LocationChangingContext

Contesto passato al gestore.

Si applica a