Class UnknownReducerType
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
TypeThe Type that is not an reducer.
Remarks
Initializes a new instance of UnknownReducerType.