Table of Contents

Class ConverterNotFoundException

Namespace
Steeltoe.Common.Converter
Assembly
Steeltoe.Common.dll
public class ConverterNotFoundException : ConversionException, ISerializable
Inheritance
ConverterNotFoundException
Implements
Inherited Members

Constructors

ConverterNotFoundException(Type, Type)

public ConverterNotFoundException(Type sourceType, Type targetType)

Parameters

sourceType Type
targetType Type

Properties

SourceType

public Type SourceType { get; }

Property Value

Type

TargetType

public Type TargetType { get; }

Property Value

Type