Microsoft.HockeyApp.UnhandledExceptionTelemetryModule.UnhandledExceptionTelemetryModule C# (CSharp) Method

UnhandledExceptionTelemetryModule() private method

private UnhandledExceptionTelemetryModule ( System.Windows.Controls.Frame rootFrame ) : System
rootFrame System.Windows.Controls.Frame
return System
        internal UnhandledExceptionTelemetryModule(Frame rootFrame)
        {
            this.rootFrame = rootFrame;
        }