Class MissingEnumException<T>
- Namespace
- Concordium.Sdk.Exceptions
- Assembly
- Concordium.Sdk.dll
Thrown when a matched enum value could not be handled in a switch statement.
public sealed class MissingEnumException<T> : Exception, ISerializable where T : Enum
Type Parameters
T
- Inheritance
-
MissingEnumException<T>
- Implements
- Inherited Members