Forum: VB.NET 34 Days Ago |
| Replies: 4 Views: 405 Hi Jireh, There are no try catch function in between. I catch the exception in the function that call ExecuteNonQuery.
About the "show exception" checking option, I do not know where to check it.... |
Forum: VB.NET Nov 10th, 2009 |
| Replies: 4 Views: 405 The severity level I used in testing is 15. By right, more than 10 should trigger exception. |
Forum: VB.NET Nov 9th, 2009 |
| Replies: 4 Views: 405 Hi,
I have a VB.Net system that connect to SQL Server through ODBC.
When I try to raiseerror from an IF...ELSE statement, it does not triggered the exception handling.
I have done some raise... |