Class MissingTypeException<TInterface>
- Namespace
- Concordium.Sdk.Exceptions
- Assembly
- Concordium.Sdk.dll
Thrown when matching a interface to a type isn't possible.
public sealed class MissingTypeException<TInterface> : Exception, ISerializable
Type Parameters
TInterface
Interface which the type should derive from.
- Inheritance
-
MissingTypeException<TInterface>
- Implements
- Inherited Members