Подключаем библиотечку:
using Microsoft.Office.Server.Diagnostics;
try
{
...
}
catch (Exception ex)
{
Microsoft.Office.Server.Diagnostics.PortalLog.LogString ("Exception – {0} – {1} – {2}", "User Friendly Message", ex.Message, ex.StackTrace);
}
using Microsoft.Office.Server.Diagnostics;
try
{
...
}
catch (Exception ex)
{
Microsoft.Office.Server.Diagnostics.PortalLog.LogString ("Exception – {0} – {1} – {2}", "User Friendly Message", ex.Message, ex.StackTrace);
}
Комментариев нет:
Отправить комментарий