C# Класс PhotoSharingApp.AppService.ApplicationInsightsExceptionLogger

Logger to capture unhandled exceptions.
Наследование: System.Web.Http.ExceptionHandling.ExceptionLogger
Показать файл Открыть проект

Открытые методы

Метод Описание
Log ( System.Web.Http.ExceptionHandling.ExceptionLoggerContext context ) : void

Logs the unhandled exceptions.

Описание методов

Log() публичный Метод

Logs the unhandled exceptions.
public Log ( System.Web.Http.ExceptionHandling.ExceptionLoggerContext context ) : void
context System.Web.Http.ExceptionHandling.ExceptionLoggerContext The exception logger context.
Результат void