SetUnhandledException Filter

Asked by NEO

Hello,

I need some information as we are working on a common Exception
handling framework for all our code.

Can you please let me know if nunit dll defines any Exception
filters through the usage of Microsoft's SetUnhandledExceptionFilter?

I need this information for my common exception handling framework
designing.

Please let me know!
Thanks!

Question information

Language:
English Edit question
Status:
Answered
For:
NUnit Framework Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
NEO (sunil-jambekar) said :
#1

Any updates?

Revision history for this message
Charlie Poole (charlie.poole) said :
#2

NUnit is a managed application, written in C#, so it doesn't use SetUnhandledExceptionFilter directly.

However, it does provide its own System.UnhandledExceptionEventHandler, which could possibly have some impact on
what you are doing.

Charlie

Can you help with this problem?

Provide an answer of your own, or ask NEO for more information if necessary.

To post a message you must log in.