Ignore:
Timestamp:
Mar 29, 2011, 7:34:41 AM (13 years ago)
Author:
Sam Habiel
Message:

Added (maybe) better uncaught Exception handling. We'll see if it works at all.
Release exes, again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Scheduling/trunk/cs/bsdx0200GUISourceCode/CGDocument.cs

    r1117 r1122  
    12961296        }
    12971297
     1298        //DON'T USE OBVIOUSLY. JUST FOR TESTING.
     1299        public void ThrowException()
     1300        {
     1301            throw new Exception("Hello World. I am an Exception.");
     1302        }
     1303
    12981304        #endregion Methods
    12991305
Note: See TracChangeset for help on using the changeset viewer.