Table of Contents

Class UnknownReactorType

Namespace
Cratis.Chronicle.Reactors
Assembly
Cratis.Chronicle.dll

Exception that gets thrown when a type is not an Reactor.

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

Remarks

Initializes a new instance of UnknownReactorType.

Constructors

UnknownReactorType(Type)

Exception that gets thrown when a type is not an Reactor.

public UnknownReactorType(Type type)

Parameters

type Type

The Type that is not an Reactor.

Remarks

Initializes a new instance of UnknownReactorType.