Class UnknownReactorId
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
ReactorIdThe identifier of the unknown reducer.
Remarks
Initializes a new instance of UnknownReactorId.