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