NAnt SDK Documentation - v0.92

BuildEventArgs Properties

The properties of the BuildEventArgs class are listed below. For a complete list of BuildEventArgs class members, see the BuildEventArgs Members topic.

Public Instance Properties

Exception Gets or sets the Exception associated with this event.
Message Gets or sets the message associated with this event.
MessageLevel Gets or sets the priority level associated with this event.
Project Gets the Project that fired this event.
Target Gets the Target that fired this event.
Task Gets the Task that fired this event.

See Also

BuildEventArgs Class | NAnt.Core Namespace