C# Class Glimpse.ApplicationInsights.Model.Timeline.ExceptionTelemetryTimelineMessage

Convert class from Exception Telemetry to Timeline Message
Inheritance: ITimelineMessage
Show file Open project: Glimpse/Glimpse.ApplicationInsights

Public Methods

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

Initializes a new instance of the ExceptionTelemetryTimelineMessage class.

Method Details

ExceptionTelemetryTimelineMessage() public method

Initializes a new instance of the ExceptionTelemetryTimelineMessage class.
public ExceptionTelemetryTimelineMessage ( Microsoft.ApplicationInsights.DataContracts.ExceptionTelemetry telemetry ) : System
telemetry Microsoft.ApplicationInsights.DataContracts.ExceptionTelemetry object telemetry
return System