Quote Originally Posted by prako2 View Post
I have a code which gets public IP address and one segment of code causes crash if not connected to internet. So I'm trying to apply exception handling, but I don't really understand how it works in this case, can you help me?
...
Does this code compile?
I don't see where your get_Website function throws the exception you are trying to catch...