Aracılığıyla paylaş


NavigationManager.HandleLocationChangingHandlerException Yöntem

Tanım

Konum değiştirme işleyicilerinde oluşan özel durumları işler.

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)

Parametreler

ex
Exception

İşlenecek özel durum.

context
LocationChangingContext

İşleyiciye geçirilen bağlam.

Şunlara uygulanır