Hi,
Can anybody with helping me with handling errors in a CLASS that is used by a VB web application? I want to catch the error and either redirect to a page that contains an errorhandler & displays the error, or display a popup window that displays the error.
try
try to make db-connection
catch e as exception
... show the error ?? how do I do this in VB with ASP.Net ?? ...
end try
Can anybody tell me how to do this?
Greetz, Gerard Alberts
Can anybody with helping me with handling errors in a CLASS that is used by a VB web application? I want to catch the error and either redirect to a page that contains an errorhandler & displays the error, or display a popup window that displays the error.
try
try to make db-connection
catch e as exception
... show the error ?? how do I do this in VB with ASP.Net ?? ...
end try
Can anybody tell me how to do this?
Greetz, Gerard Alberts