New to Telerik UI for .NET MAUIStart a free 30-day trial

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: ISerializable

Inherited Members Exception.GetBaseException()Exception.ToString()Exception.GetType()Exception.TargetSiteException.MessageException.DataException.InnerExceptionException.HelpLinkException.SourceException.HResultException.StackTraceException.SerializeObjectState...

Constructors

Initializes a new instance of the NotRegisteredRendererException class.

C#
public NotRegisteredRendererException(Type type)
Parameters:typeType

The type for which no renderer is registered.