C# Class Glimpse.ApplicationInsights.Model.Trace.ExceptionTelemetryTraceMessage

Convert class from Exception Telemetry to Trace Message
Inheritance: ITraceMessage
Exibir arquivo Open project: Glimpse/Glimpse.ApplicationInsights

Public Methods

Method Description
ExceptionTelemetryTraceMessage ( Microsoft.ApplicationInsights.DataContracts.ExceptionTelemetry telemetry ) : System

Initializes a new instance of the ExceptionTelemetryTraceMessage class.

Method Details

ExceptionTelemetryTraceMessage() public method

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.
return System