FailTask.

Contents Property

Summary

Gets or sets the inline content that should be output in the build log, giving further information on why the build exited.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Tasks
Containing Type
FailTask

Syntax

public string Contents { get; set; }

Remarks

Inline content and NAnt.Core.Tasks.FailTask.Message are mutually exclusive.

Value

Type Description
string The inline content that should be output in the build log.