Class ConverterNotFoundException
public class ConverterNotFoundException : ConversionException, ISerializable
- Inheritance
-
ConverterNotFoundException
- Implements
- Inherited Members
Constructors
ConverterNotFoundException(Type, Type)
public ConverterNotFoundException(Type sourceType, Type targetType)
Parameters
Properties
SourceType
public Type SourceType { get; }
Property Value
TargetType
public Type TargetType { get; }