2 references to 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\HandlerNotFoundException.cs (1)
15
this
($"Handler not found for view {element}.")