Table of Contents

Class UnknownReducerType

Namespace
Cratis.Chronicle.Reducers
Assembly
Cratis.Chronicle.dll

Exception that gets thrown when a type is not a reducer.

public class UnknownReducerType : Exception, ISerializable
Inheritance
UnknownReducerType
Implements
Inherited Members

Remarks

Initializes a new instance of UnknownReducerType.

Constructors

UnknownReducerType(Type)

Exception that gets thrown when a type is not a reducer.

public UnknownReducerType(Type type)

Parameters

type Type

The Type that is not an reducer.

Remarks

Initializes a new instance of UnknownReducerType.