NAnt SDK Documentation - v0.92

Location Constructor (String, Int32, Int32)

Creates a location consisting of a file name, line number and column number.

[Visual Basic]
Overloads Public Sub New( _
   ByVal fileName As String, _
   ByVal lineNumber As Integer, _
   ByVal columnNumber As Integer _
)
[C#]
public Location(
   string fileName,
   int lineNumber,
   int columnNumber
);

Remarks

fileName can be a local URI resource, e.g., file:///C:/WINDOWS/setuplog.txt.

See Also

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