Skip to content

c2fed87f 0847 a420 a68d b553d9282bad

Kim Hugener-Ohlsen edited this page May 28, 2016 · 2 revisions

UnitExpressionParseException.Error Property

Gets the error.

Namespace: Sundew.Quantities.Engine.Representations.Hierarchical.Parsing.Exceptions
Assembly: Sundew.Quantities (in Sundew.Quantities.dll) Version: 1.0.2.0 (1.0.2.0)

Syntax

C#

public Error<UnitError> Error { get; }

C#

public Error<UnitError> Error { get; }

VB

Public ReadOnly Property Error As Error(Of UnitError)
	Get

VB

Public ReadOnly Property Error As Error(Of UnitError)
	Get

C++

public:
property Error<UnitError>^ Error {
	Error<UnitError>^ get ();
}

C++

public:
property Error<UnitError>^ Error {
	Error<UnitError>^ get ();
}

F#

member Error : Error<UnitError> with get

F#

member Error : Error<UnitError> with get

Property Value

Type: Error(UnitError)
The error.

See Also

Reference

UnitExpressionParseException Class
Sundew.Quantities.Engine.Representations.Hierarchical.Parsing.Exceptions Namespace

Clone this wiki locally