Table of Contents

Class ConstraintException

Namespace
nanoFramework.Runtime.Native
Assembly
nanoFramework.Runtime.Native.dll

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

public class ConstraintException : Exception
Inheritance
ConstraintException
Inherited Members
Extension Methods

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()

public ConstraintException()