2 instantiations of HandlerNotFoundException
Microsoft.Maui (2)
Hosting\Internal\RegisteredHandlerServiceTypeSet.cs (1)
42
?? throw new
HandlerNotFoundException
($"Unable to find a {nameof(IElementHandler)} corresponding to {type}. Please register a handler for {type} using `Microsoft.Maui.Hosting.MauiHandlersCollectionExtensions.AddHandler` or `Microsoft.Maui.Hosting.MauiHandlersCollectionExtensions.TryAddHandler`");
Platform\ElementExtensions.cs (1)
92
throw new
HandlerNotFoundException
(view);