NAnt SDK Documentation - v0.92

BuildEventArgs.Exception Property

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.

See Also

BuildEventArgs Class | NAnt.Core Namespace