Search Results for

    Show / Hide Table of Contents

    Class ConstraintException

    The exception that is thrown when an action is attempted that violates a constraint.

    Inheritance
    object
    Exception
    ConstraintException
    Inherited Members
    Exception.HResult
    Exception.ToString()
    Exception.Message
    Exception.InnerException
    Exception.StackTrace
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: nanoFramework.Runtime.Native
    Assembly: nanoFramework.Runtime.Native.dll
    Syntax
    public class ConstraintException : Exception
    Remarks

    When a ConstraintException exception is caught, if the ExecutionConstraint object that caused this exception has not been uninstalled, the catch block implementation has a small additional amount of time during which to handle the exception. If this takes too long, the exception is re-thrown automatically.

    Constructors

    ConstraintException()

    Declaration
    public ConstraintException()

    Extension Methods

    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    In This Article
    Back to top Copyright © 2023 nanoFramework Contributors
    Generated by DocFX