A delegate used in error reporting.

Namespace:  Gallio.Runtime.ConsoleSupport
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

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

Parameters

message
Type: System..::.String

Remarks

Command line parsing code from Peter Halam,

See Also