Removed code to test the Error Handler.

This commit is contained in:
Rich 2013-09-18 18:04:07 +00:00
parent 3e1d22674c
commit e4698b5bc3

View File

@ -942,7 +942,6 @@ namespace VEPROMS.CSLA.Library
{ {
try try
{ {
throw(new Exception("Oops!");
MyApp.ActiveDocument.Close(false); MyApp.ActiveDocument.Close(false);
return true; return true;
} }