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:
C#
public class NotRegisteredConverterException : Exception, ISerializable
Inheritance: objectExceptionNotRegisteredConverterException
Implements:
Inherited Members
Constructors
Initializes a new instance of the NotRegisteredConverterException class.
C#
public NotRegisteredConverterException(Type type)
The type for which no converter is registered.