Class ConstraintException
The exception that is thrown when an action is attempted that violates a constraint.
Inherited Members
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()