[Adapdev-commits] Adapdev/src/Adapdev.NVelocity/Runtime RuntimeInstance.cs,1.5,1.6
Status: Beta
Brought to you by:
intesar66
From: Sean M. <int...@us...> - 2005-11-26 08:09:32
|
Update of /cvsroot/adapdev/Adapdev/src/Adapdev.NVelocity/Runtime In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18792/src/Adapdev.NVelocity/Runtime Modified Files: RuntimeInstance.cs Log Message: Cleaned up several warnings Restored some lingering files Index: RuntimeInstance.cs =================================================================== RCS file: /cvsroot/adapdev/Adapdev/src/Adapdev.NVelocity/Runtime/RuntimeInstance.cs,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** RuntimeInstance.cs 16 Nov 2005 07:01:51 -0000 1.5 --- RuntimeInstance.cs 26 Nov 2005 08:09:23 -0000 1.6 *************** *** 425,429 **** o = Activator.CreateInstance(rmType); } ! catch (System.Exception cnfe) { String err = "The specified class for Resourcemanager (" + rm + ") does not exist (or is not accessible to the current classlaoder."; --- 425,429 ---- o = Activator.CreateInstance(rmType); } ! catch (System.Exception) { String err = "The specified class for Resourcemanager (" + rm + ") does not exist (or is not accessible to the current classlaoder."; |