ExpressionParseException Class

Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Base Types
  • Exception
graph BT Type-->Base0["Exception"] Type["ExpressionParseException"] class Type type-node

Syntax

[Serializable]
public class ExpressionParseException : Exception

Attributes

Type Description
SerializableAttribute

Constructors

Properties

Name Value Summary
EndPos int
Gets the end position.
StartPos int
Gets the start position.

Methods