C# Класс Microsoft.HockeyApp.DataContracts.ExceptionTelemetry

Telemetry type used to track exceptions.
Наследование: ITelemetry, ISupportProperties
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
ConvertExceptionTree void
ITelemetry void
UpdateExceptions void

Открытые методы

Метод Описание
ExceptionTelemetry ( ) : System

Initializes a new instance of the ExceptionTelemetry class with empty properties.

ExceptionTelemetry ( Exception exception ) : System

Initializes a new instance of the ExceptionTelemetry class with empty properties.

Приватные методы

Метод Описание
ConvertExceptionTree ( Exception exception, ExceptionDetails parentExceptionDetails, List exceptions ) : void
ITelemetry ( ) : void

Sanitizes the properties based on constraints.

UpdateExceptions ( Exception exception ) : void

Описание методов

ExceptionTelemetry() публичный Метод

Initializes a new instance of the ExceptionTelemetry class with empty properties.
public ExceptionTelemetry ( ) : System
Результат System

ExceptionTelemetry() публичный Метод

Initializes a new instance of the ExceptionTelemetry class with empty properties.
public ExceptionTelemetry ( Exception exception ) : System
exception System.Exception Exception instance.
Результат System