NAnt SDK Documentation - v0.92

BuildException.Message Property

Gets a message that describes the current exception.

[Visual Basic]
Overrides Public ReadOnly Property Message As String
[C#]
public override string Message {get;}

Property Value

The error message that explains the reason for the exception.

Remarks

Adds location information to the message, if available.

See Also

BuildException Class | NAnt.Core Namespace