NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
FailTask.Message Property
[This is preliminary documentation and subject to change.]
A message giving further information on why the build exited.
[Visual Basic]
<TaskAttribute(Name:="message", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property Message As
String
[C#]
[TaskAttribute(Name="message", Required=False, ExpandProperties=True, ProcessXml=True)]
public
string Message {get; set;}
Remarks
Inline content and Message are mutually exclusive.
See Also
FailTask Class | NAnt.Core.Tasks Namespace