ClassNotSupportedConversionException
Class
Exception thrown when a conversion between types is not supported.
Definition
Namespace:Telerik.Maui
Assembly:Telerik.Maui.Core.dll
Syntax:
cs-api-definition
public class NotSupportedConversionException : Exception, ISerializable
Inheritance: objectExceptionNotSupportedConversionException
Implements:
Inherited Members
Constructors
NotSupportedConversionException(object, Type)
Initializes a new instance of the NotSupportedConversionException class with the specified value and type.
NotSupportedConversionException(string)
Initializes a new instance of the NotSupportedConversionException class with a specified error message.
Declaration
cs-api-definition
public NotSupportedConversionException(string message)
Parameters
message
The message that describes the error.