Class
NotRegisteredRendererException

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

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

Constructors

NotRegisteredRendererException(Type)

Initializes a new instance of the NotRegisteredRendererException class.

Declaration

cs-api-definition
public NotRegisteredRendererException(Type type)

Parameters

type

Type

The type for which no renderer is registered.