I am getting an error with this code:

Code:
Dim Web As New WebClient
Web.Proxy = "69.196.16.237:62159"
It says runtime errors may occur when converting string to System.Net.IWebProxy

What does that mean?

Thanks,

Jon