Skip to content

0504a9a6 52b9 4f16 90c1 c971649d1e07

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

UnitExpressionParseException Constructor

Initializes a new instance of the UnitExpressionParseException class.

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 UnitExpressionParseException(
	Error<UnitError> error
)

C#

public UnitExpressionParseException(
	Error<UnitError> error
)

VB

Public Sub New ( 
	error As Error(Of UnitError)
)

VB

Public Sub New ( 
	error As Error(Of UnitError)
)

C++

public:
UnitExpressionParseException(
	Error<UnitError>^ error
)

C++

public:
UnitExpressionParseException(
	Error<UnitError>^ error
)

F#

new : 
        error : Error<UnitError> -> UnitExpressionParseException

F#

new : 
        error : Error<UnitError> -> UnitExpressionParseException

Parameters

 

error
Type: Sundew.Quantities.Engine.Representations.Hierarchical.Parsing.Errors.Error(UnitError)
The error.

See Also

Reference

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

Clone this wiki locally