~and471/+junk/do-with-docky

« back to all changes in this revision

Viewing changes to Do/src/Do.Platform/ApplicationService.cs

  • Committer: rugby471 at gmail
  • Date: 2010-10-15 16:08:38 UTC
  • Revision ID: rugby471@gmail.com-20101015160838-z9m3utbf7bxzb5ty
reverted to before docky removal

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
                        Thread newThread = new Thread (() => {
54
54
                                try {
55
55
                                        action ();
56
 
                                } catch (ThreadAbortException) {
 
56
                                } catch (ThreadAbortException e) {
57
57
                                } catch (Exception e) {
58
58
                                        Log.Error ("Error in RunOnThread: {0}", e.Message);
59
59
                                        Log.Debug (e.StackTrace);