C# Класс Microsoft.ApplicationInsights.WindowsServer.UnhandledExceptionTelemetryModule

The module subscribed to AppDomain.CurrentDomain.UnhandledException to send exceptions to ApplicationInsights.
Наследование: ITelemetryModule, IDisposable
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Dispose ( ) : void

Disposing UnhandledExceptionTelemetryModule instance.

Initialize ( Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration configuration ) : void

Initializes the telemetry module.

UnhandledExceptionTelemetryModule ( ) : System

Initializes a new instance of the UnhandledExceptionTelemetryModule class.

Приватные методы

Метод Описание
CopyConfiguration ( Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration source, Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration target ) : void
CurrentDomainOnUnhandledException ( object sender, UnhandledExceptionEventArgs unhandledExceptionEventArgs ) : void
GetTelemetryClient ( Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration sourceConfiguration ) : TelemetryClient
UnhandledExceptionTelemetryModule ( Action registerAction, Action unregisterAction, ITelemetryChannel channel ) : System

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

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

Disposing UnhandledExceptionTelemetryModule instance.
public Dispose ( ) : void
Результат void

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

Initializes the telemetry module.
public Initialize ( Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration configuration ) : void
configuration Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration
Результат void

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

Initializes a new instance of the UnhandledExceptionTelemetryModule class.
public UnhandledExceptionTelemetryModule ( ) : System
Результат System