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

PlainTextFormatter.AddError Method 

[This is preliminary documentation and subject to change.]

Missing <summary> documentation for M:NAnt.NUnit1.Types.PlainTextFormatter.AddError(NUnit.Framework.ITest,System.Exception)

[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
);

Parameters

test
Missing <param> documentation for test
e
Missing <param> documentation for e

Implements

ITestListener.AddError

Remarks

Missing <remarks> documentation for M:NAnt.NUnit1.Types.PlainTextFormatter.AddError(NUnit.Framework.ITest,System.Exception)

See Also

PlainTextFormatter Class | NAnt.NUnit1.Types Namespace