Comment text didn’t have // in front of it, causing a build error.
This commit is contained in:
parent
b554152ecc
commit
6ad07dcf50
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user