Exception from sql server2008
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, i have created stored procedure with try catch block.if this stored procedure throws exception then i want to dispaly this error message in my asp.net application
-
Hi, i have created stored procedure with try catch block.if this stored procedure throws exception then i want to dispaly this error message in my asp.net application
Have you tried RAISERROR, http://msdn.microsoft.com/en-us/library/ms178592.aspx[^]
Arun Jacob http://codepronet.blogspot.com/