MsfException 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 MsfException class with the specified error message.

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

Syntax

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

Parameters

  • message
    Type: System.String
    An error message that explains the reason for the exception.

.NET Framework Security

See Also

Reference

MsfException Class

MsfException Overload

Microsoft.SolverFoundation.Common Namespace