InvalidSolverPropertyException Constructor (String)

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

Initializes a new instance of the InvalidSolverPropertyException class.

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

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
public InvalidSolverPropertyException(
    string message
)
public:
InvalidSolverPropertyException(
    String^ message
)
new : 
        message:string -> InvalidSolverPropertyException
public function InvalidSolverPropertyException(
    message : String
)

Parameters

  • message
    Type: System.String
    A message that describes the error.

.NET Framework Security

See Also

Reference

InvalidSolverPropertyException Class

InvalidSolverPropertyException Overload

Microsoft.SolverFoundation.Common Namespace