When the callback function I sepcified in Dns.BeginResolve is called I call Dns.EndResolve to get the IPHostEntry this all works fine until I pass an invalid hostname to BeginResolve. The EndResolve command does not throw an exception or return null it simply boots me out of the function. For example if I set a breakpoint immediately after it and step over i never reach that breakpoint and my application just goes on running. I would like to have some notification that the resolve did not work. Any ideas what is going on?
Thanks in advance, Eric You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.
