BuildEventArgs.

Exception Property

Summary

Gets or sets the NAnt.Core.BuildEventArgs.Exception associated with this event.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
BuildEventArgs

Syntax

public Exception Exception { get; set; }

Value

Type Description
Exception The NAnt.Core.BuildEventArgs.Exception associated with this event.