C# Class Microsoft.HockeyApp.DataContracts.ExceptionTelemetry

Telemetry type used to track exceptions.
Inheritance: ITelemetry, ISupportProperties
Afficher le fichier Open project: bitstadium/HockeySDK-Windows Class Usage Examples

Private Properties

Свойство Type Description
ConvertExceptionTree void
ITelemetry void
UpdateExceptions void

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
ConvertExceptionTree ( Exception exception, ExceptionDetails parentExceptionDetails, List exceptions ) : void
ITelemetry ( ) : void

Sanitizes the properties based on constraints.

UpdateExceptions ( Exception exception ) : void

Method Details

ExceptionTelemetry() public méthode

Initializes a new instance of the ExceptionTelemetry class with empty properties.
public ExceptionTelemetry ( ) : System
Résultat System

ExceptionTelemetry() public méthode

Initializes a new instance of the ExceptionTelemetry class with empty properties.
public ExceptionTelemetry ( Exception exception ) : System
exception System.Exception Exception instance.
Résultat System