Summary
Gets a message that describes the current exception.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- BuildException
Syntax
public override string Message { get; }
Remarks
Adds location information to the message, if available.
Value
| Type | Description |
|---|---|
| string | The error message that explains the reason for the exception. |
