C# Class Microsoft.HockeyApp.UnhandledExceptionTelemetryModule

Inheritance: IUnhandledExceptionTelemetryModule
Mostrar archivo Open project: bitstadium/HockeySDK-Windows Class Usage Examples

Private Properties

Property Type Description
UnhandledExceptionTelemetryModule System

Public Methods

Method Description
CreateCrashTelemetry ( Exception exception, ExceptionHandledAt handledAt ) : ITelemetry
Initialize ( ) : void

Private Methods

Method Description
UnhandledExceptionTelemetryModule ( System.Windows.Controls.Frame rootFrame ) : System

Method Details

CreateCrashTelemetry() public method

public CreateCrashTelemetry ( Exception exception, ExceptionHandledAt handledAt ) : ITelemetry
exception System.Exception
handledAt ExceptionHandledAt
return ITelemetry

Initialize() public method

public Initialize ( ) : void
return void