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

    Show / Hide Table of Contents

    Class PolicyEvaluationException

    Exception thrown when a policy evaluation fails before producing a decision.

    Inheritance
    object
    Exception
    MutationException
    PolicyEvaluationException
    PolicyEvaluationTimeoutException
    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
    Exception.SerializeObjectState
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: ModularityKit.Mutator.Abstractions.Exceptions
    Assembly: ModularityKit.Mutator.dll
    Syntax
    public class PolicyEvaluationException : MutationException, ISerializable
    Remarks

    Initializes a new instance of PolicyEvaluationException.

    Constructors

    | Edit this page View Source

    PolicyEvaluationException(string, string, Exception?)

    Exception thrown when a policy evaluation fails before producing a decision.

    Declaration
    public PolicyEvaluationException(string policyName, string message, Exception? innerException = null)
    Parameters
    Type Name Description
    string policyName

    The policy name.

    string message

    Human-readable description of the failure.

    Exception innerException

    The underlying failure.

    Remarks

    Initializes a new instance of PolicyEvaluationException.

    Properties

    | Edit this page View Source

    PolicyName

    The name of the policy that failed.

    Declaration
    public string PolicyName { 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