Summary
Creates and returns a string representation of the current
exception.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- BuildException
Syntax
public override string ToString()
Return Value
| Type | Description |
|---|---|
| string | A string representation of the current exception. |
