ConsoleMsgError
Description: the method outputs an error message to the system console and the browser console
Syntax: ConsoleMsgError(string message)
Return value: no return value
Example:
try
{
}
catch (Exception ex)
{
tester.ConsoleMsgError(ex.ToString());
}
Created with the Personal Edition of HelpNDoc: Generate Kindle eBooks with ease