Table of Contents

Class ConversionException

Namespace
Steeltoe.Stream.Converter
Assembly
Steeltoe.Stream.StreamBase.dll
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public class ConversionException : Exception, ISerializable
Inheritance
ConversionException
Implements
Inherited Members

Constructors

ConversionException(string)

public ConversionException(string message)

Parameters

message string

ConversionException(string, Exception)

public ConversionException(string message, Exception t)

Parameters

message string
t Exception