Advertising banner:

History
 
 Socket.Error
Home • Help • A0 • Customization Tools • FCAS • Language Reference • Socket.Error
 
Error (socket connections)
Minimum version: 4.0
Purpose
Returns the error status of the socket object. Zero is no error.
The error status will be set even if a normal runtime error has been triggered. This means that you can use the On Error command to prevent a runtime error from stopping the program, and use Socket.Error to see what the specific error condition was.
Syntax
Socket.Error
Example
Dim sockme as Socket
Debug sockme.Error