Adds a warning message to the system output window.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public void OutputWarning(
	string warning,
	bool statusBar
)
Visual Basic (Declaration)
Public Sub OutputWarning ( _
	warning As String, _
	statusBar As Boolean _
)
Visual C++
public:
void OutputWarning(
	String^ warning, 
	bool statusBar
)

Parameters

warning
Type: System..::.String
The warning message.
statusBar
Type: System..::.Boolean
Flag to also send this output message to the status bar.

See Also