Microsoft.HockeyApp.UnhandledExceptionTelemetryModule.UnhandledExceptionTelemetryModule C# (CSharp) 메소드

UnhandledExceptionTelemetryModule() 개인적인 메소드

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