NAnt SDK Documentation - v0.85-nightly-2005-11-09

BuildException.ToString Method 

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for M:NAnt.Core.BuildException.ToString

See Also

BuildException Class | NAnt.Core Namespace