ClassNotRegisteredRendererException
Class
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:
cs-api-definition
public class NotRegisteredRendererException : Exception, ISerializable
Inheritance: objectExceptionNotRegisteredRendererException
Implements:
Inherited Members
Constructors
NotRegisteredRendererException(Type)
Initializes a new instance of the NotRegisteredRendererException class.
Declaration
cs-api-definition
public NotRegisteredRendererException(Type type)
Parameters
type
The type for which no renderer is registered.