Exemple #1
0
        private static void _OnUnhandledException(GLib.UnhandledExceptionArgs e)
        {
            Trace.CallFull(e);

            lock (_UnhandledExceptionSyncRoot) {
                if (e.ExceptionObject is Exception)
                {
                    ShowException((Exception)e.ExceptionObject);
                }
            }
        }