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

    Show / Hide Table of Contents

    Class PolicyEvaluationTimeoutException

    Exception thrown when policy evaluation exceeds the configured timeout.

    Inheritance
    object
    Exception
    MutationException
    PolicyEvaluationException
    PolicyEvaluationTimeoutException
    Implements
    ISerializable
    Inherited Members
    PolicyEvaluationException.PolicyName
    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 PolicyEvaluationTimeoutException : PolicyEvaluationException, ISerializable
    Remarks

    Initializes new instance of PolicyEvaluationTimeoutException.

    Constructors

    | Edit this page View Source

    PolicyEvaluationTimeoutException(string, TimeSpan)

    Exception thrown when policy evaluation exceeds the configured timeout.

    Declaration
    public PolicyEvaluationTimeoutException(string policyName, TimeSpan timeout)
    Parameters
    Type Name Description
    string policyName

    The policy name.

    TimeSpan timeout

    The configured timeout.

    Remarks

    Initializes new instance of PolicyEvaluationTimeoutException.

    Properties

    | Edit this page View Source

    Timeout

    The configured timeout for policy evaluation.

    Declaration
    public TimeSpan Timeout { get; }
    Property Value
    Type Description
    TimeSpan

    Implements

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