A TeaFile is read with a type that does not match the type it was written with.

Namespace: TeaTime
Assembly: DiscreteLogics.TeaFiles (in DiscreteLogics.TeaFiles.dll) Version: 1.0.0.16 (1.0.0.16)

Syntax

[SerializableAttribute]
public sealed class TypeMismatchException : Exception

Remarks

A TeaFile holds a description of the item type that was used to create the file. Subsequent writes and reads should use exactly the same type.

See Also