nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #00331
Re: [Question #103161]: SetUnhandledException Filter
Question #103161 on NUnit Framework changed:
https://answers.launchpad.net/nunit-3.0/+question/103161
Status: Open => Answered
Charlie Poole proposed the following answer:
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
--
You received this question notification because you are a member of
NUnit Core Developers, which is an answer contact for NUnit Framework.