C# 클래스 Microsoft.HockeyApp.DataContracts.ExceptionTelemetry

Telemetry type used to track exceptions.
상속: ITelemetry, ISupportProperties
파일 보기 프로젝트 열기: bitstadium/HockeySDK-Windows 1 사용 예제들

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