Mega Search
23.2 Million


Sign Up

Make a donation  
How to disable exceptions or Runtime error 231?  
News Group: borland.public.delphi.language.delphi.win32

I have a server console application wich is crashing down with "Runtime
error 231. Too many nested exception"
All the exceptions are been treated, but looks like delphi counts the number
of exception occurred, not untreated.
I need to disable delphi exception counter. Is possible to do this?
There is another way to solve this problem?

Thanks
Flavio



Vote for best question.
Score: 0  # Vote:  0
Date Posted: 1-Oct-2003, at 12:14 PM EST
From: Flavio Tobias
 
Re: How to disable exceptions or Runtime error 231?  
News Group: borland.public.delphi.language.delphi.win32
In article <3f7aef7a@newsgroups.borland.com>, Flavio Tobias wrote:
> I have a server console application wich is crashing down with "Runtime
> error 231. Too many nested exception"
> All the exceptions are been treated, 

But obviously not correctly. You should never allow an exception to be raised 
inside an exception handler, for example.

> but looks like delphi counts the number
> of exception occurred, not untreated.
> I need to disable delphi exception counter. Is possible to do this?
> There is another way to solve this problem?

Of course: find the source of the errors and fix that. Programming with a 
band-aid is never a good solution.


--
Peter Below (TeamB)  
Use the newsgroup archives :
http://www.mers.com/searchsite.html
http://www.tamaracka.com/search.htm
http://groups.google.com
http://www.prolix.be



Vote for best answer.
Score: 0  # Vote:  0
Date Posted: 1-Oct-2003, at 6:57 PM EST
From: Peter Below (TeamB)