View Single Post
  #6 (permalink)  
Old 08-02-2007, 02:51 AM
john john is offline
D-Web Trainee
 
Join Date: Aug 2007
Posts: 6
john is on a distinguished road
Default Re: HTTP Web Response Exception - I cant able to trap.

Interesting... How come stack trace shows it without namespace?

at System.Net.HttpReadStream.Read()

at System.Net.HttpReadStream.doRead()

at WorkItem.doWork()

at System.Threading.Timer.ring()



If that's not your code it might be a bug in NETCF. You might be able to workaround using AppDomain.CurrentDomain.UnhandledException
Reply With Quote