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

BuildEventArgs.Exception Property

[This is preliminary documentation and subject to change.]

Gets or sets the Exception associated with this event.

[Visual Basic]
Public Property Exception As Exception
[C#]
public System.Exception Exception {get; set;}

Property Value

The Exception associated with this event.

Remarks

Missing <remarks> documentation for P:NAnt.Core.BuildEventArgs.Exception

See Also

BuildEventArgs Class | NAnt.Core Namespace