Return status from methods in socket class

P

Paul D Ainsworth

As part of a debugging investigation I would like to be able to display the
return status from various methods in the socket class. The methods I'm
using are accept, bind, connect, listen, send, recv although not necessarily
in that order.

Is this possible and if so, how?

TIA,

Paul.
 
F

Fredrik Lundh

Paul said:
As part of a debugging investigation I would like to be able to display the
return status from various methods in the socket class. The methods I'm
using are accept, bind, connect, listen, send, recv although not necessarily
in that order.

Is this possible and if so, how?

umm. don't they all throw exceptions if something goes wrong?

</F>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,262
Messages
2,571,311
Members
47,986
Latest member
ColbyG935

Latest Threads

Top