OmlParseException.Location Property

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

Gets or sets information about where an error occurs.

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

Syntax

'Declaration
Public Property Location As OmlParseExceptionLocation
public OmlParseExceptionLocation Location { get; private set; }
public:
property OmlParseExceptionLocation^ Location {
    OmlParseExceptionLocation^ get ();
    private: void set (OmlParseExceptionLocation^ value);
}
member Location : OmlParseExceptionLocation with get, private set
function get Location () : OmlParseExceptionLocation
private function set Location (value : OmlParseExceptionLocation)

Property Value

Type: Microsoft.SolverFoundation.Common.OmlParseExceptionLocation
The location of the error.

.NET Framework Security

See Also

Reference

OmlParseException Class

Microsoft.SolverFoundation.Common Namespace