Table of Contents

Class ConversionFailedException

Namespace
Steeltoe.Common.Converter
Assembly
Steeltoe.Common.dll
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

sourceType Type
targetType Type
value object
cause Exception

Properties

SourceType

public Type SourceType { get; }

Property Value

Type

TargetType

public Type TargetType { get; }

Property Value

Type

Value

public object Value { get; }

Property Value

object