Beispiel #1
0
        /// <summary>
        /// Disables auto notification, removing the handler
        /// </summary>
        public void StopAutoNotify()
        {
            unhandledExceptionHandler.UninstallHandler();
#if !NET35
            taskExceptionHandler.UninstallHandler();
#endif
        }