Пример #1
0
        /// <summary>
        /// Enables auto notification, using the default exception handler
        /// </summary>
        public void StartAutoNotify()
        {
            unhandledExceptionHandler.InstallHandler(HandleDefaultException);
#if !NET35
            taskExceptionHandler.InstallHandler(HandleDefaultException);
#endif
        }