Can anyone give me some easy to understand exception-handled error messages, like this:
for the following events:Code:... Catch parameter As SqlException MsgBox("Unable to save record due to invalid parameters.", MsgBoxStyle.Information, "Unable To Save Record") dbConn.Close() ...
- During database connection error
- Error occurred uring saving, deleting
- Unable to load data from database
And any else you guys can come up. Kindly include what kind of exception that would be as well. Thanks!




Reply With Quote