No announcements
Found 851504 threads
-
0 Votes
Global Exception handling in WCF
http://www.haveyougotwoods.ca/2009/06/24/creating-a-global-error-handler-in-wcfAnswered | 5 Replies | 1310 Views | Created by Sumit4Bansal - Thursday, October 30, 2014 12:30 PM | Last reply by SimonTaylor - Wednesday, November 5, 2014 2:15 AM -
0 Votes
Exception handling (Global?)...
of course I test my app but I cannot except hidden faults...Answered | 5 Replies | 1180 Views | Created by Mad Rian - Wednesday, December 5, 2012 3:51 PM | Last reply by Angie Xu - Thursday, December 20, 2012 1:41 AM -
0 Votes
WCF Global Exception Handling
I like the WCF way of error handling except there are no partners that use WCF.Answered | 12 Replies | 25631 Views | Created by confused and lost - Sunday, February 24, 2008 10:17 PM | Last reply by Nhancers - Monday, November 29, 2010 11:23 AM -
0 Votes
Global error handling?
How can I add global error handling in LS?Answered | 1 Replies | 2904 Views | Created by juantar - Wednesday, March 2, 2011 4:13 PM | Last reply by Matt Evans - Visual Studio - Wednesday, March 2, 2011 5:21 PM -
3 Votes
Catching Global Exceptions in Package
If you own ALL code inside your application then you are in the best position to determine whether a global exception handling policy will work for you.Answered | 11 Replies | 7252 Views | Created by Federico Lois - Friday, March 26, 2010 8:42 PM | Last reply by Ryan Molden - Monday, January 31, 2011 7:53 PM -
0 Votes
Global Error Handling
I want to create exception handling at global level. i don't want to use try...catch block within my other window coding.Answered | 3 Replies | 4335 Views | Created by ParulPatel89 - Wednesday, March 2, 2011 12:43 PM | Last reply by Sheldon _Xiao - Friday, March 4, 2011 5:20 AM -
1 Votes
c# exception handling
Sure You can handle different types of exceptions try { } catch (SqlException ex) { // handle ...Answered | 5 Replies | 828 Views | Created by KAVITI LOKESH - Thursday, May 23, 2013 12:41 PM | Last reply by Faisal Ahmed Farooqui - Thursday, May 23, 2013 1:05 PM -
0 Votes
Handling messages "globally"
Anyway... my question is... is it possible to handle or better to say "peek" windows' message queue "globally"?Answered | 2 Replies | 1456 Views | Created by RSSole - Wednesday, November 23, 2011 12:36 PM | Last reply by RSSole - Wednesday, November 23, 2011 1:08 PM -
0 Votes
Exception handling best practices
Check out the Exception Handling Application Block: http://msdn.microsoft.com/en-us/library/cc309505.aspxDavid Morton - ...Answered | 1 Replies | 3391 Views | Created by CommanderKeen - Tuesday, October 28, 2008 9:08 PM | Last reply by David M Morton - Tuesday, October 28, 2008 9:23 PM -
0 Votes
Global exception dispatcher in addin word
Hello Christophe, Due to the fact that you host your WPF controls on Windows Forms you need to handle the UnhandledException event which is fired when an ...Answered | 2 Replies | 494 Views | Created by Christophee - Wednesday, July 27, 2016 12:31 PM | Last reply by christopheNS - Wednesday, August 3, 2016 8:15 AM -
0 Votes
Exception handling
If the event is truly exceptional, using exception handling is better idea, because less conditional/safe coding will be executed in the normal case.Answered | 3 Replies | 3078 Views | Created by Prasanjit6 - Wednesday, December 21, 2011 4:22 AM | Last reply by Ghouse Barq - Wednesday, December 21, 2011 1:38 PM -
0 Votes
Exception Handling In Orchestration
You do probably want to wrap your orchestration shapes in an exception handling block and catch any errors that may occur.Answered | 4 Replies | 1522 Views | Created by Saroj kumar Das - Tuesday, June 4, 2013 4:55 AM | Last reply by Marcus Rangell - Tuesday, June 4, 2013 7:58 AM -
0 Votes
Handling Exceptions
Hi, Its a run-time error which I couldn't handle it.Answered | 4 Replies | 502 Views | Created by blaster123 - Saturday, March 1, 2014 12:11 AM | Last reply by Kareninstructor - Wednesday, March 5, 2014 1:54 PM -
0 Votes
Exception Handling
For handling exception: 1.We first define the Exception Object Type in the properties tab of Exception ...Answered | 7 Replies | 1427 Views | Created by svemaraju - Wednesday, October 2, 2013 5:46 PM | Last reply by Maheshkumar S Tiwari - Sunday, October 6, 2013 8:24 AM -
0 Votes
Exception Handling
handling code, or handle the exception list outside the catch block (the first solution is error-prone, the second has an unnatural order of execution when you ...Answered | 5 Replies | 3118 Views | Created by Khuda Bux Mari Baloch - Friday, July 8, 2011 10:19 AM | Last reply by Anthony Trudeau - Monday, July 11, 2011 5:00 PM -
0 Votes
Handling Exceptions
In Your code i see few problem.What happens when uploading failed,Sending mail failed .You need to take care of these functionalities as well so there are three places where you may get an ...Answered | 11 Replies | 2601 Views | Created by obrienkev - Thursday, September 2, 2010 10:45 AM | Last reply by Palle Technologies - Friday, September 3, 2010 2:52 AM -
1 Votes
Exception handling in c++ win32
The CreateInstance may be throwing an exception.Answered | 6 Replies | 5501 Views | Created by Yogendra kumar gangwar - Monday, June 13, 2011 7:40 AM | Last reply by Giovanni Dicanio - Saturday, June 18, 2011 10:25 AM -
0 Votes
Exception Handling SQL SERVER 2000
Thanks But not in this article the solution of my problem, I need some way to handle the exception that it not be sent on the screen of the user.Answered | 6 Replies | 12763 Views | Created by DBACL - Monday, April 27, 2009 12:18 PM | Last reply by Naomi N - Wednesday, May 4, 2011 6:46 PM -
3 Votes
Exception handling
If you are interested in any of that information, from the IOException or from the generic Exception, you must handle it (try/catch) in the background worker.Answered | 13 Replies | 2930 Views | Created by ehsansad - Wednesday, August 26, 2009 7:37 AM | Last reply by ehsansad - Wednesday, September 9, 2009 8:54 AM -
8 Votes
Global Exception Handler for VS 2008 Excel addin
The code for the global exception handler was posted on Feb 14 (see above).Answered | 18 Replies | 9129 Views | Created by Bernie Ok - Friday, February 10, 2012 3:13 AM | Last reply by Bernie Ok - Friday, February 17, 2012 9:20 PM - Items 1 to 20 of 851504 Next ›
No announcements