ConsoleMsgError

Parent Previous Next

ConsoleMsgError

Описание: метод выводит сообщение об ошибке в системную консоль и консоль браузера

Синтаксис: ConsoleMsgError(string message)

Возвращаемое значение: отсутствует


Пример:

try

{

       

}

catch (Exception ex)

{

       tester.ConsoleMsgError(ex.ToString());

}

Created with the Personal Edition of HelpNDoc: Full-featured EBook editor