General Network Error

S

steve

| due to the unstable network , I will got "General Network Error"
| how can I catch the exeception ?
| Try
| catch err1 as DBconcurrencyException
| catch err2 as ArithmeticException
| catch err3 as "General network Error" <-- How can I get it ??
| ......


try
catch ex as dbconcurrencyexception
catch ex as dbarithmeticexception
catch ex as exception
end try
 
A

Agnes

due to the unstable network , I will got "General Network Error"
how can I catch the exeception ?
Try
catch err1 as DBconcurrencyException
catch err2 as ArithmeticException
catch err3 as "General network Error" <-- How can I get it ??
.......

Thanks a lot
From agnes
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top