No announcements
Found 1420048 threads
-
7 Votes
catch another process unhandled exception
I afraid if it's possible because when Process.Start run the process, you can't access it's AppDomain. in other word, caller and callee processes are in different isolated areas by ...Answered | 15 Replies | 7757 Views | Created by Ahmad Hajou - Tuesday, February 16, 2010 9:04 AM | Last reply by Ahmad Hajou - Friday, February 26, 2010 5:44 PM -
1 Votes
How to catch unhandled exceptions in a process
Part-I Within a single process, you can know if the exceptions are not handled in a particular AppDomain using AppDomain.UnhandledException Event.Answered | 2 Replies | 1338 Views | Created by Venk K - Thursday, October 4, 2012 9:45 AM | Last reply by Venk K - Thursday, October 4, 2012 11:25 AM -
0 Votes
Catch Unhandled exceptions in unmanaged code
Will the generic unhandled exception handler in the managed code catch unhandled exceptions in managed as well as unmanaged code if I do so?Answered | 9 Replies | 8636 Views | Created by void Func - Wednesday, November 4, 2009 3:23 AM | Last reply by Gubo - Wednesday, December 16, 2009 3:57 PM -
2 Votes
System.AccessViolationException unhandled by catch exception statement
Why the try-catch doesn't work?Answered | 8 Replies | 21364 Views | Created by TravelMan - Thursday, August 23, 2012 4:36 PM | Last reply by Mike Danes - Thursday, September 12, 2013 7:03 PM -
4 Votes
How to catch correctly unhandle exception
>How to catch correctly unhandle exception Use try/catch blocks in your code as suggested in the above blog post.Answered | 3 Replies | 837 Views | Created by wakefun - Wednesday, November 25, 2015 10:54 AM | Last reply by Magnus (MM8) - Wednesday, November 25, 2015 4:20 PM -
0 Votes
Where to catch unhandled exceptions
How or where can I define a global exception handler that will log unhandled .Net exceptions?Answered | 2 Replies | 6257 Views | Created by Joel Hammond - Tuesday, June 2, 2009 10:19 PM | Last reply by AH214 - Thursday, March 11, 2010 2:43 PM -
0 Votes
unhandled exception... even with a try catch loop
In WinForms the UI thread effectively has a try-catch around it already.Answered | 2 Replies | 3876 Views | Created by krarun - Thursday, November 18, 2010 12:50 PM | Last reply by krarun - Thursday, November 18, 2010 4:04 PM -
1 Votes
Catch an Exception from one Process to another in c#
Hi, Another simple approach is to log the exceptions into a text file and read it wherever you want.Answered | 8 Replies | 13461 Views | Created by KapoorHarsh - Thursday, January 12, 2012 5:38 AM | Last reply by servy42 - Monday, January 16, 2012 3:23 PM -
1 Votes
Catching unhandled exceptions in VB.net on CE 4.2 running on ARMV4
Your reply gets me to look at unhandled exceptions in a different way -I'll be more diligent in the try catch blocks.Answered | 5 Replies | 3583 Views | Created by TrakMan - Wednesday, April 21, 2010 1:48 PM | Last reply by Alan M_ - Wednesday, May 5, 2010 2:28 PM -
0 Votes
How to catch exception generated in a process.
If Windows aborts the program, it will provide the exception code as the return value.Answered | 4 Replies | 3440 Views | Created by txandi - Saturday, July 26, 2008 12:24 AM | Last reply by nobugz - Monday, July 28, 2008 12:51 PM -
1 Votes
How to catch Unhandle Exception Erro on application level in multihread for wpf
You could catch any unhanded exception that occurs on a background thread by handling the AppDomain.CurrentDomain.UnhandledException and you could catch any ...Answered | 2 Replies | 1211 Views | Created by Prem Shah - Wednesday, January 27, 2016 2:36 PM | Last reply by Magnus (MM8) - Wednesday, January 27, 2016 8:12 PM -
0 Votes
How to catch unhandled exception in PresentationFramework?
500 items (so virtualization while grouped would be a great help, but that is another topic).Answered | 7 Replies | 9212 Views | Created by Dunken - Tuesday, February 1, 2011 2:03 PM | Last reply by Bjørnar Sundsbø - Tuesday, November 29, 2011 9:03 AM -
1 Votes
Cannot catch exception in a thread
Exceptions do not "bubble" from one thread to another.Answered | 6 Replies | 6527 Views | Created by sn75 - Tuesday, February 1, 2011 6:27 PM | Last reply by Rudedog2 - Wednesday, February 2, 2011 11:03 PM -
0 Votes
What is the correct way to catch all unhandled exceptions for a Metro app?
Well, I just managed to catch an exception!Answered | 8 Replies | 4358 Views | Created by DavidOrn - Tuesday, September 27, 2011 2:24 PM | Last reply by Anthony Wieser - Friday, September 7, 2012 1:25 PM -
0 Votes
Catch JavaScript Exception in C++
You can catch an exception thrown in the (C++) component on the (JavaScript) consumer side, but not the reverse.Answered | 1 Replies | 2749 Views | Created by gdoo - Thursday, July 19, 2012 12:26 PM | Last reply by MingXu-MSFT - Monday, July 23, 2012 4:25 PM -
0 Votes
Catch an unknown exception
All exceptions thrown will be unhandled exceptions and let the GEH catch all unhandled exceptions.Answered | 5 Replies | 477 Views | Created by HansvB69 - Sunday, April 19, 2020 4:51 PM | Last reply by Viorel_ - Monday, April 20, 2020 5:43 AM -
0 Votes
Catch unknown exception
Is there a way to catch such an exception?Answered | 16 Replies | 5681 Views | Created by alexis4 - Friday, January 8, 2010 7:16 PM | Last reply by alexis4 - Sunday, January 10, 2010 1:36 PM -
0 Votes
Unhandled exceptions using Packages
Hi Mauro, There is no way to register a handler for catching all exceptions (or only exceptions coming from your package code).Answered | 1 Replies | 3237 Views | Created by Mauro Castagnasso - Monday, March 29, 2010 7:52 PM | Last reply by Aaron Marten - Monday, March 29, 2010 10:43 PM -
0 Votes
Unhandled exception on StreamInsightHost
Hook up a debugger ... or, better yet, add a try/catch block to the ProductEvents method and record the exception.Answered | 1 Replies | 8224 Views | Created by Leo Pasta - Thursday, June 16, 2011 3:38 PM | Last reply by DevBiker - Thursday, June 16, 2011 4:00 PM -
2 Votes
System.Security.Cryptography.CryptographicException An unhandled exception occurred and the process was terminated.
Log Name: Application Source: ASP.NET ...Answered | 3 Replies | 20344 Views | Created by sladescross - Tuesday, January 12, 2010 4:09 PM | Last reply by Robin Vermeirsch - Monday, February 7, 2011 9:29 AM - Items 1 to 20 of 1420048 Next ›
No announcements