Table of Contents

Class UnknownReactorId

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

Exception that gets thrown when an Reactor identifier is unknown.

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

Remarks

Initializes a new instance of UnknownReactorId.

Constructors

UnknownReactorId(ReactorId)

Exception that gets thrown when an Reactor identifier is unknown.

public UnknownReactorId(ReactorId reactorId)

Parameters

reactorId ReactorId

The identifier of the unknown reducer.

Remarks

Initializes a new instance of UnknownReactorId.