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