Click or drag to resize

UtilitiesWriteError Method

Writes the error message to the console

Namespace:  Hummingbird.TestFramework
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public static void WriteError(
	string error,
	bool ErrorConsole
)

Parameters

error
Type: SystemString
The error message.
ErrorConsole
Type: SystemBoolean
if set to true error message will be written in Error Stream
See Also