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

Convert class from Exception Telemetry to Timeline Message
Inheritance: ITimelineMessage
Afficher le fichier Open project: Glimpse/Glimpse.ApplicationInsights

Méthodes publiques

Méthode Description
ExceptionTelemetryTimelineMessage ( Microsoft.ApplicationInsights.DataContracts.ExceptionTelemetry telemetry ) : System

Initializes a new instance of the ExceptionTelemetryTimelineMessage class.

Method Details

ExceptionTelemetryTimelineMessage() public méthode

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