Dear all,
 
in my iOS application I have a call to Dns.BeginGetHostEntry and a callback 
with EndGetHostEntry to be able to translate a DNS name to an IP address. It 
works well, but when the name cannot be resolved (like when I pass 
'blablabla'), I get un unhandled SocketException in MonoTouch IDE in debug mode 
in the Dns.cs class (in hostent_to_IPHostEntry). Of course, I have try-catch 
constructs around both BeginGetHostEntry and EndGetHostEntry.
 
Does anybody know why I get an unhandled exception in this case?
 
Thanks.
 
Alex
 

_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to