ClassNotRegisteredConverterException
Class
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:
Inherited Members
Constructors
NotRegisteredConverterException(Type)
Initializes a new instance of the NotRegisteredConverterException class.
Declaration
cs-api-definition
public NotRegisteredConverterException(Type type)
Parameters
type
The type for which no converter is registered.