OmlParseException.Reason 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 why an exception occurred.

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

Syntax

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

Property Value

Type: Microsoft.SolverFoundation.Common.OmlParseExceptionReason
The reason for the exception.

.NET Framework Security

See Also

Reference

OmlParseException Class

Microsoft.SolverFoundation.Common Namespace