C# 클래스 Glimpse.ApplicationInsights.Model.Trace.ExceptionTelemetryTraceMessage

Convert class from Exception Telemetry to Trace Message
상속: ITraceMessage
파일 보기 프로젝트 열기: Glimpse/Glimpse.ApplicationInsights

공개 메소드들

메소드 설명
ExceptionTelemetryTraceMessage ( Microsoft.ApplicationInsights.DataContracts.ExceptionTelemetry telemetry ) : System

Initializes a new instance of the ExceptionTelemetryTraceMessage class.

메소드 상세

ExceptionTelemetryTraceMessage() 공개 메소드

Initializes a new instance of the ExceptionTelemetryTraceMessage class.
public ExceptionTelemetryTraceMessage ( Microsoft.ApplicationInsights.DataContracts.ExceptionTelemetry telemetry ) : System
telemetry Microsoft.ApplicationInsights.DataContracts.ExceptionTelemetry Telemetry item to be converted.
리턴 System