NAnt SDK Documentation - v0.92

ExpressionParseException Constructor (String, Int32, Int32, Exception)

[Visual Basic]
Overloads Public Sub New( _
   ByVal message As String, _
   ByVal startPos As Integer, _
   ByVal endPos As Integer, _
   ByVal inner As Exception _
)
[C#]
public ExpressionParseException(
   string message,
   int startPos,
   int endPos,
   Exception inner
);

See Also

ExpressionParseException Class | NAnt.Core Namespace | ExpressionParseException Constructor Overload List