NAnt SDK Documentation - v0.92

BuildException.Location Property

Gets the location in the build file of the element from which the exception originated.

[Visual Basic]
Public ReadOnly Property Location As Location
[C#]
public Location Location {get;}

Property Value

The location in the build file of the element from which the exception originated.

See Also

BuildException Class | NAnt.Core Namespace