NAnt SDK Documentation - v0.92

PlainTextFormatter.AddError Method 

[Visual Basic]
NotOverridable Public Sub AddError( _
   ByVal test As ITest, _
   ByVal e As Exception _
) _
    Implements ITestListener.AddError
[C#]
public void AddError(
   ITest test,
   Exception e
);

Implements

ITestListener.AddError

See Also

PlainTextFormatter Class | NAnt.NUnit1.Types Namespace