Table of Contents

Class ConversionFailureException

Namespace
The.Values
Assembly
Instagile.dll
public sealed class ConversionFailureException : Exception, ISerializable
Inheritance
ConversionFailureException
Implements
Inherited Members

Constructors

ConversionFailureException(Type, object?)

public ConversionFailureException(Type expectedType, object? actualValue)

Parameters

expectedType Type
actualValue object

Methods

GetHumanReadableType(Type)

public static string GetHumanReadableType(Type t)

Parameters

t Type

Returns

string