InvalidSolverPropertyReason Enumeration

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Represents the reason for an InvalidSolverPropertyException exception.

Namespace:  Microsoft.SolverFoundation.Common
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public Enumeration InvalidSolverPropertyReason
public enum InvalidSolverPropertyReason
public enum class InvalidSolverPropertyReason
type InvalidSolverPropertyReason
public enum InvalidSolverPropertyReason

Members

Member name Description
SolverDoesNotSupportEvents The solver does not support event handling.
EventDoesNotSupportSetProperty The property cannot be set during the solve process.
InvalidPropertyName The property is not supported by the solver.
EventDoesNotSupportProperty The property cannot be used with this event.

See Also

Reference

Microsoft.SolverFoundation.Common Namespace