Class StateNotFoundException
Exception thrown when a mutation cannot find the target state.
Implements
Inherited Members
Namespace: ModularityKit.Mutator.Abstractions.Exceptions
Assembly: ModularityKit.Mutator.dll
Syntax
public sealed class StateNotFoundException : MutationException, ISerializable
Remarks
StateNotFoundException indicates that the state identified by StateId does not exist in the system, and the mutation cannot proceed.
Constructors
| Edit this page View SourceStateNotFoundException(string)
Exception thrown when a mutation cannot find the target state.
Declaration
public StateNotFoundException(string stateId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | stateId | The identifier of the state that was not found. |
Remarks
StateNotFoundException indicates that the state identified by StateId does not exist in the system, and the mutation cannot proceed.
Properties
| Edit this page View SourceStateId
Identifier of the state that could not be found.
Declaration
public string StateId { get; }
Property Value
| Type | Description |
|---|---|
| string |