ExpressionParseException.

ExpressionParseException(string, int, int) Constructor

Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
ExpressionParseException

Syntax

public ExpressionParseException(string message, int startPos, int endPos)

Parameters

Name Type Description
message string
startPos int
endPos int

Return Value

Type Description
void