Class ReactorDoesNotExist
Exception that gets thrown when an Reactor does not exist.
public class ReactorDoesNotExist : Exception, ISerializable
- Inheritance
-
ReactorDoesNotExist
- Implements
- Inherited Members
Remarks
Initializes a new instance of ReactorDoesNotExist.
Constructors
ReactorDoesNotExist(ReactorId)
Exception that gets thrown when an Reactor does not exist.
public ReactorDoesNotExist(ReactorId reactorId1)
Parameters
Remarks
Initializes a new instance of ReactorDoesNotExist.
Methods
ThrowIfDoesNotExist(ReactorId, ReactorHandler?)
Throw if the Reactor does not exist.
public static void ThrowIfDoesNotExist(ReactorId reactorId, ReactorHandler? reactor)
Parameters
reactorId
ReactorIdThe ReactorId of the Reactor.
reactor
ReactorHandlerThe possible null ReactorHandler >value to check.
Exceptions
- ReactorDoesNotExist
Thrown if the Reactor handler value is null.