A delegate used in error reporting.

Namespace:  MbUnit.Core.Cons.CommandLine
Assembly:  MbUnit.Framework (in MbUnit.Framework.dll) Version: 2.4.2.1502 (2.4.2.1502)

Syntax

C#
public delegate void ErrorReporter(
	string message
)
Visual Basic (Declaration)
Public Delegate Sub ErrorReporter ( _
	message As String _
)

Parameters

message
Type: System..::.String

Remarks

Command line parsing code from Peter Halam, http://www.gotdotnet.com/community/usersamples/details.aspx?sampleguid=62a0f27e-274e-4228-ba7f-bc0118ecc41e

See Also