NAnt SDK Documentation - v0.92 |
|
BuildException.ToString Method
Creates and returns a string representation of the current exception.
[Visual Basic]
Overrides Public Function ToString() As
String
[C#]
public override
string ToString();
Return Value
A string representation of the current exception.
See Also
BuildException Class | NAnt.Core Namespace