OmlParseException 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 OmlParseException class, using the specified message.

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

Syntax

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

Parameters

  • strMsg
    Type: System.String
    A message that explains the reason for the exception.

.NET Framework Security

See Also

Reference

OmlParseException Class

OmlParseException Overload

Microsoft.SolverFoundation.Common Namespace