G
Guest
I am doing the following and getting an exception, any thoughts?
Dim endpoint As IPEndPoint = Nothing
endpoint = New IPEndPoint(&HC0A80201, 5000) '192.168.2.1
An unhandled exception of type 'System.ArgumentOutOfRangeException' occurred
in system.dll
Additional information: Specified argument was out of the range of valid
values.
Dim endpoint As IPEndPoint = Nothing
endpoint = New IPEndPoint(&HC0A80201, 5000) '192.168.2.1
An unhandled exception of type 'System.ArgumentOutOfRangeException' occurred
in system.dll
Additional information: Specified argument was out of the range of valid
values.