Class
NotRegisteredConverterException

Exception thrown when a converter is not registered for the specified type.

Definition

Namespace:Telerik.Maui.Controls.Compatibility.Common

Assembly:Telerik.Maui.Controls.Compatibility.dll

Syntax:

cs-api-definition
public class NotRegisteredConverterException : Exception, ISerializable

Inheritance: objectExceptionNotRegisteredConverterException

Implements: ISerializable

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

Constructors

NotRegisteredConverterException(Type)

Initializes a new instance of the NotRegisteredConverterException class.

Declaration

cs-api-definition
public NotRegisteredConverterException(Type type)

Parameters

type

Type

The type for which no converter is registered.