No announcements
Found 2714518 threads
-
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 | 7228 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 Exception handling in WCF
http://www.haveyougotwoods.ca/2009/06/24/creating-a-global-error-handler-in-wcfAnswered | 5 Replies | 1296 Views | Created by Sumit4Bansal - Thursday, October 30, 2014 12:30 PM | Last reply by SimonTaylor - Wednesday, November 5, 2014 2:15 AM -
0 Votes
WCF Global Exception Handling
It will get called whenever there is an exception in the application.Answered | 12 Replies | 25566 Views | Created by confused and lost - Sunday, February 24, 2008 10:17 PM | Last reply by Nhancers - Monday, November 29, 2010 11:23 AM -
3 Votes
Loop Exception handling Try/Catch
Nick I also tryied your First sugestion and I was able to make that work.Answered | 8 Replies | 17335 Views | Created by James Gifford - Friday, December 28, 2012 3:46 PM | Last reply by Nick F. _ - Tuesday, January 1, 2013 12:55 PM -
0 Votes
Exception handling (Global?)...
Sometimes I get errors like this: I know that the client and the server both had available memory.Answered | 5 Replies | 1175 Views | Created by Mad Rian - Wednesday, December 5, 2012 3:51 PM | Last reply by Angie Xu - Thursday, December 20, 2012 1:41 AM -
1 Votes
Try catch block not able to catch exception
You should not attempt to catch AccessViolationException, such an exception occurs due to bugs in the native code or due to misuse of the library.Answered | 2 Replies | 861 Views | Created by Utpal Sarkar - Wednesday, May 8, 2013 5:52 AM | Last reply by Adavesh - Wednesday, May 8, 2013 9:32 AM -
0 Votes
Need help with exception handling (Try, Catch, and Throw)
I agree with the others that using TryParse is much preferred to using exception handling.Answered | 7 Replies | 1322 Views | Created by JimmyJohnsonJ - Monday, December 3, 2012 8:37 PM | Last reply by Chris Dunaway - Monday, December 3, 2012 10:05 PM -
0 Votes
Global error handling?
How can I add global error handling in LS?Answered | 1 Replies | 2890 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 -
0 Votes
Getting HANDLE as a returned parameter...
, but I don't seem to be able to get that to work properly.Answered | 11 Replies | 2485 Views | Created by Benevolent Deity - Saturday, July 10, 2010 11:15 PM | Last reply by Matthew Watson - Monday, July 19, 2010 12:26 PM -
1 Votes
c# exception handling
and these catch(es) should be in order, means lower catch block should NOT be a child of any catch block defined above.Answered | 5 Replies | 802 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
XMLHttpRequest: Network Error 0x2ee7 - Not able to catch this exception
Wrapping the call to WinJS.xhr in Exception handling also does not catch the exception.Answered | 2 Replies | 8064 Views | Created by sbs21212 - Wednesday, June 27, 2012 10:55 PM | Last reply by phil_ke - Tuesday, November 27, 2012 11:10 AM -
0 Votes
Global Error Handling
Best regards, Sheldon _Xiao [MSFT] MSDN Community Support | Feedback to us Get or Request Code ...Answered | 3 Replies | 4324 Views | Created by ParulPatel89 - Wednesday, March 2, 2011 12:43 PM | Last reply by Sheldon _Xiao - Friday, March 4, 2011 5:20 AM -
0 Votes
Different types of Catch Statements ( Exception Handling)
"any exception" means can this code block is able to catch exceptions which are not of Type 'Exception" Yes, but it is ...Answered | 4 Replies | 2229 Views | Created by Gopala Krishna - Monday, October 17, 2011 6:10 AM | Last reply by Alex Skalozub - Monday, October 17, 2011 11:12 AM -
0 Votes
Catch as exception
This code will prompt you when the file becomes available for you to open it Public Class Form1 Dim ...Answered | 3 Replies | 2892 Views | Created by Jebtrillion 137 - Monday, May 17, 2010 1:37 PM | Last reply by Crazypennie - Monday, May 17, 2010 3:42 PM -
1 Votes
How catch global unhandled exception in WCF started thread?
Hi, For global error handling you can use IErrorhandler interface.Answered | 3 Replies | 8281 Views | Created by Dj_Oggy - Friday, April 16, 2010 11:19 AM | Last reply by Dj_Oggy - Sunday, April 18, 2010 4:15 PM -
0 Votes
Exception handling
string a = null; string b = null; string c = null; int x= 0; try { a = txtA.Text; b = txtB.Text; c = ...Answered | 4 Replies | 500 Views | Created by Zwax - Wednesday, April 29, 2015 10:57 AM | Last reply by KyleS - Wednesday, April 29, 2015 6:44 PM -
0 Votes
Cannot get SQLClient catch to work at catching exception
So you're getting a 'first-chance' exception, and the code is stopping there, because Visual Studio is configured to immediately stop on First-Chance exceptions.Answered | 25 Replies | 3792 Views | Created by Having Fun - Sunday, October 3, 2010 5:52 PM | Last reply by Phillip Marino - Wednesday, October 6, 2010 6:09 PM -
2 Votes
Catching Exception XlangSoapException in Orchestration
I just ran into the same situation and was able to catch System.Web.Services.Protocols.SoapException instead, which is one step up the inheritance hierarchy.Answered | 3 Replies | 10342 Views | Created by Steve McDonald - Thursday, August 26, 2010 8:36 PM | Last reply by GettingCloser - Wednesday, November 28, 2012 1:59 PM -
0 Votes
Catch unknown exception
for the proper parameters and such dealings with the unmanaged portion of your code.Answered | 16 Replies | 5648 Views | Created by alexis4 - Friday, January 8, 2010 7:16 PM | Last reply by alexis4 - Sunday, January 10, 2010 1:36 PM -
0 Votes
Don't reach the Exception catch code
You put the try catch inside the task run and handle at as you would in your non-constructor example.Answered | 13 Replies | 988 Views | Created by Markus222 - Saturday, October 24, 2015 2:44 PM | Last reply by pkr2000 - Monday, October 26, 2015 11:08 PM - Items 1 to 20 of 2714518 Next ›
No announcements