Exception thrown when no renderer is registered for a specified type.
Definition
Namespace:Telerik.Maui.Controls.Compatibility.Common
Assembly:Telerik.Maui.Controls.Compatibility.dll
Syntax:
C#
public class NotRegisteredRendererException : Exception, ISerializable
Inheritance: objectExceptionNotRegisteredRendererException
Implements:
Inherited Members
Constructors
Initializes a new instance of the NotRegisteredRendererException class.
C#
public NotRegisteredRendererException(Type type)
The type for which no renderer is registered.