Centralized Exception Handling

  • Thread starter Thread starter Gregory Douroux
  • Start date Start date
G

Gregory Douroux

Hi,

Is there a way to centralize exception handling by catching untrapped
exception. "ThreadException" event at Application level is unfortunately
not supported by the
..NET compact framework. Maybe a solution through platform invokes ?

Any help will be appreciated.

Thanks

Greg
 
Hello Gregory,

Unfortunately there is no mechanism available for catching unhandled
exceptions in all threads.

Scott Corbin

This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
| From: "Gregory Douroux" <[email protected]>
| Subject: Centralized Exception Handling
| Date: Thu, 2 Oct 2003 13:45:20 +0200
| Lines: 14
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
| Message-ID: <[email protected]>
| Newsgroups: microsoft.public.dotnet.framework.compactframework
| NNTP-Posting-Host: netsgopro77.monaco377.com 195.78.15.77
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP12.phx.gbl
| Xref: cpmsftngxa06.phx.gbl
microsoft.public.dotnet.framework.compactframework:34954
| X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework
|
| Hi,
|
| Is there a way to centralize exception handling by catching untrapped
| exception. "ThreadException" event at Application level is unfortunately
| not supported by the
| .NET compact framework. Maybe a solution through platform invokes ?
|
| Any help will be appreciated.
|
| Thanks
|
| Greg
|
|
|
 
Back
Top