Skip to content
ModularityKit.Mutator ModularityKit.Mutator Docs
  • Home
  • Core
  • Governance
  • Redis
  • API
Search Results for

    Show / Hide Table of Contents

    Class StateNotFoundException

    Exception thrown when a mutation cannot find the target state.

    Inheritance
    object
    Exception
    MutationException
    StateNotFoundException
    Implements
    ISerializable
    Inherited Members
    MutationException.ExecutionId
    Exception.GetBaseException()
    Exception.GetType()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.ReferenceEquals(object, object)
    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 Source

    StateNotFoundException(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 Source

    StateId

    Identifier of the state that could not be found.

    Declaration
    public string StateId { get; }
    Property Value
    Type Description
    string

    Implements

    ISerializable
    • Edit this page
    • View Source
    In this article
    ModularityKit.Mutator Generated from XML docs and published from main. Back to top