Class TypeIsNotAConcurrencyStrategy
- Namespace
- Cratis.Chronicle.EventSequences.Concurrency
- Assembly
- Cratis.Chronicle.dll
The exception that is thrown when a type is not a valid concurrency strategy.
public class TypeIsNotAConcurrencyStrategy : Exception, ISerializable
- Inheritance
-
TypeIsNotAConcurrencyStrategy
- Implements
- Inherited Members
Constructors
TypeIsNotAConcurrencyStrategy(Type)
The exception that is thrown when a type is not a valid concurrency strategy.
public TypeIsNotAConcurrencyStrategy(Type type)
Parameters
typeTypeThe type that is not a valid concurrency strategy.
Methods
ThrowIfNotAConcurrencyStrategy(Type)
Throws TypeIsNotAConcurrencyStrategy if the specified type is not a concurrency strategy.
public static void ThrowIfNotAConcurrencyStrategy(Type type)
Parameters
typeTypeType to check.
Exceptions
- TypeIsNotAConcurrencyStrategy
Thrown if the type is not a concurrency strategy.