InvalidSolverPropertyReason Enumeration
Solver Foundation 3.0
[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)
| 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. |
Show: