Comment text didn’t have // in front of it, causing a build error.

This commit is contained in:
John Jenko 2015-09-14 14:30:52 +00:00
parent b554152ecc
commit 6ad07dcf50

View File

@ -289,7 +289,7 @@ namespace VEPROMS.CSLA.Library
}
else
{
Open a MesageBox so the user is given some feedback that the connection has failed.
//Open a MesageBox so the user is given some feedback that the connection has failed.
ReportInnermostException(exsql,strConn);
throw new ApplicationException("Failure on Connect", exsql);
}