NAnt SDK Documentation - v0.85-nightly-2005-11-09

BuildException.Location Property

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for P:NAnt.Core.BuildException.Location

See Also

BuildException Class | NAnt.Core Namespace