Small company logo:
   History
 
Advertising banner:
 
 Socket.Error
Home • Help • Customization Tools • FCAS • Language Reference • Socket.Error
 
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