Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Dec : Re: closing an application over the network
| Subject: | Re: closing an application over the network |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Fri, 21 Dec 2007 15:07:52 |
"soonic" <xxsoonic@op.pl> wrote in message
news:476c4430$1@newsgroups.borland.com...
> it works, but I get the same problem.
I'm still not clear what the actual problem is to begin with.
>> What type of exception is being thrown exactly? What is its class name?
>> What does its Message say?
>
> Actually, it dosn't say, if I put raise; in except field.
That is not what I asked. Even if you use a try..except block, and discard
the exception, the debugger is going to tell you the exception's type and
message before your code handles it. That is the information I need you to
show.
Gambit