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
)
Public Shared Sub WriteError (
error As String,
ErrorConsole As Boolean
)
public:
static void WriteError(
String^ error,
bool ErrorConsole
)
static member WriteError :
error : string *
ErrorConsole : bool -> unit
Parameters
- error
- Type: SystemString
The error message. - ErrorConsole
- Type: SystemBoolean
if set to true error message will be written in Error Stream
See Also