C# Class Microsoft.HockeyApp.UnhandledExceptionTelemetryModule

Inheritance: IUnhandledExceptionTelemetryModule
Afficher le fichier Open project: bitstadium/HockeySDK-Windows Class Usage Examples

Private Properties

Свойство Type Description
UnhandledExceptionTelemetryModule System

Méthodes publiques

Méthode Description
CreateCrashTelemetry ( Exception exception, ExceptionHandledAt handledAt ) : ITelemetry
Initialize ( ) : void

Private Methods

Méthode Description
UnhandledExceptionTelemetryModule ( System.Windows.Controls.Frame rootFrame ) : System

Method Details

CreateCrashTelemetry() public méthode

public CreateCrashTelemetry ( Exception exception, ExceptionHandledAt handledAt ) : ITelemetry
exception System.Exception
handledAt ExceptionHandledAt
Résultat ITelemetry

Initialize() public méthode

public Initialize ( ) : void
Résultat void