Class NotSupportedConversionException
Inheritance
System.Object
NotSupportedConversionException
Namespace: Telerik.Maui
Assembly: Telerik.Maui.Core.dll
Syntax
public class NotSupportedConversionException : Exception
Constructors
NotSupportedConversionException(Object, Type)
Declaration
public NotSupportedConversionException(object value, Type type)
Parameters
System.Object
value
|
System.Type
type
|
NotSupportedConversionException(String)
Declaration
public NotSupportedConversionException(string message)
Parameters
System.String
message
|