Skip to content

22f7e54c a18f ec27 8fa0 7f132c5fd67b

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

QuantityParseException.Error Property

Gets the error.

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

Syntax

C#

public Error<QuantityError> Error { get; }

C#

public Error<QuantityError> Error { get; }

VB

Public ReadOnly Property Error As Error(Of QuantityError)
	Get

VB

Public ReadOnly Property Error As Error(Of QuantityError)
	Get

C++

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

C++

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

F#

member Error : Error<QuantityError> with get

F#

member Error : Error<QuantityError> with get

Property Value

Type: Error(QuantityError)
The error.

See Also

Reference

QuantityParseException Class
Sundew.Quantities.Engine.Parsing Namespace

Clone this wiki locally