NavigationManager.HandleLocationChangingHandlerException Méthode

Définition

Gère les exceptions levées dans les gestionnaires de modification d’emplacement.

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)

Paramètres

ex
Exception

Exception à gérer.

context
LocationChangingContext

Contexte passé au gestionnaire.

S’applique à