Class UnknownGenericTypeException
- Namespace
- Mech3DotNet.Exchange
- Assembly
- Mech3DotNet.dll
The serializer or deserializer does not know how to serialize or deserialize the specified generic type, as no converter for that type is registered.
public class UnknownGenericTypeException : ExchangeException, ISerializable
- Inheritance
-
UnknownGenericTypeException
- Implements
- Inherited Members
Constructors
UnknownGenericTypeException(Type)
public UnknownGenericTypeException(Type type)
Parameters
type
Type