C# Class Microsoft.HockeyApp.DataContracts.ExceptionTelemetry

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

Private Properties

Property Type Description
ConvertExceptionTree void
ITelemetry void
UpdateExceptions void

Public Methods

Method 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

Method 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 method

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

ExceptionTelemetry() public method

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