C# 클래스 Microsoft.ApplicationInsights.Web.ExceptionTrackingTelemetryModule

Telemetry module to collect unhandled exceptions caught by http module.
상속: ITelemetryModule, IDisposable
파일 보기 프로젝트 열기: Microsoft/ApplicationInsights-dotnet-server 1 사용 예제들

공개 메소드들

메소드 설명
Initialize ( Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration configuration ) : void

Initializes the telemetry module.

OnError ( HttpContext context ) : void

Implements on error callback of http module.

메소드 상세

Initialize() 공개 메소드

Initializes the telemetry module.
public Initialize ( Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration configuration ) : void
configuration Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration Telemetry configuration to use for initialization.
리턴 void

OnError() 공개 메소드

Implements on error callback of http module.
public OnError ( HttpContext context ) : void
context System.Web.HttpContext
리턴 void