No announcements
Found 1571639 threads
-
0 Votes
Exception Handling Block - OracleException - Best Practice for commandText
I am not trying to log to a database, what I am wanting is that if the exception is from my data acess, I want to log (in the event log, using the logging App Block) the ...Unanswered | 2 Replies | 52 Views | Created by Anonymous - Wednesday, September 17, 2008 1:07 PM | Last reply by Anonymous - Wednesday, September 17, 2008 3:11 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 | 3378 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
Best Practices in Exception handling
2.As i am calling java web servcies i am not sure whether all possible exceptions types provided in MSDN document are sufficient to handle any possible ...Answered | 3 Replies | 4517 Views | Created by JayHo - Thursday, February 11, 2010 8:16 AM | Last reply by JayHo - Tuesday, February 16, 2010 8:08 AM -
1 Votes
Exception handling best practice in tasks
If you can handle the exception within the task's body and it makes sense to do so, you should.Answered | 2 Replies | 5955 Views | Created by Jürgen Bayer - Sunday, April 25, 2010 7:55 AM | Last reply by Jürgen Bayer - Sunday, April 25, 2010 7:37 PM -
0 Votes
Best practices in handling exception in UWP
Hi, We can use the logging APIs in windows.foundation.diagnostics namespace to log the exception.Answered | 1 Replies | 2247 Views | Created by neondeion - Thursday, February 4, 2016 11:57 PM | Last reply by Jambor yao - Friday, February 5, 2016 5:42 AM -
0 Votes
Any best practices : Error/Exception Handling design patterns
Good general exception handlign advices for .NET: Exception Handling Best Practices in .NET - ...Answered | 1 Replies | 1357 Views | Created by Priya2WPF - Thursday, June 25, 2015 8:16 PM | Last reply by Christopher84 - Thursday, June 25, 2015 10:04 PM -
2 Votes
What are the best practices for exception handling in n-tier applications?
The only advice I can give is that the exception and overall error handling should be taken care at the design level, and not at the implementation level.Answered | 3 Replies | 1135 Views | Created by techhub1337 - Sunday, April 5, 2015 2:45 AM | Last reply by EngSoonCheah - Monday, April 6, 2015 12:13 AM -
0 Votes
Exception handling
Always order exceptions in catch blocks from the most specific to the least specific.Answered | 3 Replies | 3062 Views | Created by Prasanjit6 - Wednesday, December 21, 2011 4:22 AM | Last reply by Ghouse Barq - Wednesday, December 21, 2011 1:38 PM -
1 Votes
Best practice error handling
I'd say put the error handling in the same package that put the process in to that state.Answered | 11 Replies | 1565 Views | Created by andremg - Wednesday, November 2, 2016 6:42 AM | Last reply by andremg - Wednesday, February 22, 2017 2:26 AM -
0 Votes
Best practise in handling exception for a custom webpart
Hi, just adding my own thoughts: IMHO better to go for EntLib 4.0 Exception Handling Block and Logging App Block.Answered | 7 Replies | 4931 Views | Created by jingzo - Sunday, June 21, 2009 3:26 AM | Last reply by jingzo - Thursday, June 25, 2009 1:15 PM -
0 Votes
Exception handling in blocks
To take an exampel that really illustrates both the block visibility problem and the exception handling problem, consider a slightly ...Answered | 9 Replies | 9537 Views | Created by Allan Lindqvist - Wednesday, February 9, 2011 12:16 AM | Last reply by Zlatko Michailov - MSFT - Thursday, February 10, 2011 9:24 PM -
2 Votes
Best Practice Error Handling in SSIS?
I have some OLE-DB tasks tasks in some packages and I want to implement a generic error handling.Answered | 3 Replies | 5683 Views | Created by anarchipur - Wednesday, September 28, 2011 12:24 PM | Last reply by Nik - Shahriar Nikkhah - Wednesday, September 28, 2011 2:37 PM -
0 Votes
If Statement Block of code best practice
This seems just to be a matter of preference or style to development rather than best practice.Answered | 9 Replies | 3775 Views | Created by LluvianBlack - Friday, May 31, 2013 1:03 PM | Last reply by Mr. Javaman II - Friday, May 31, 2013 4:46 PM -
0 Votes
Best practices of exception handling in Outlook Addin
You may get only a COM exception and possibly an error number or message in the inner exception.Answered | 5 Replies | 4884 Views | Created by Navaneeth - Monday, November 1, 2010 12:13 PM | Last reply by Ken Slovak MVP - Wednesday, November 3, 2010 2:14 PM -
0 Votes
Best practice for handling HAProxy Failover
We currently have a solution where the HAProxy nodes handles failover internally using keepalived, and we are looking for a solution where we place ...Answered | 3 Replies | 718 Views | Created by Raven Peaks - Monday, November 25, 2019 12:26 PM | Last reply by TravisCragg_MSFT - Tuesday, November 26, 2019 9:41 PM -
0 Votes
Best practices for error handling ,debugging,and performence in ssis
Develop your own best practices and foster a culture for those in your section.Answered | 3 Replies | 5989 Views | Created by Siddu2010 - Monday, November 1, 2010 10:05 PM | Last reply by Raunak Jhawar - Tuesday, November 2, 2010 7:01 AM -
0 Votes
Exception Handling
For handling exception: 1.We first define the Exception Object Type in the properties tab of Exception ...Answered | 7 Replies | 1406 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
Best Ways to Handle Exceptions in Biztalk?
Hi, I think exception management portal from ESB Toolkit can be an excellent mechanism to handle exceptions in BizTalk like Dipesh points too.Answered | 7 Replies | 5411 Views | Created by sandydv85 - Thursday, July 8, 2010 11:37 AM | Last reply by Steef-Jan Wiggers - Friday, July 9, 2010 6:49 AM -
0 Votes
what is the best practice to handle dialog
Whatever you want to put the business logic in parent form or in the dialogform, it's the same effects except some questions as: If the code works for a long time, the ...Answered | 4 Replies | 4015 Views | Created by CannonFodderEX - Thursday, May 26, 2011 2:10 AM | Last reply by Neddy Ren - Friday, May 27, 2011 9:51 AM -
5 Votes
Question about Exception Handling.
First have a SqlException handler block, then gradually move towards the catch-all System.Exception block.Answered | 6 Replies | 3159 Views | Created by intertek - Saturday, March 13, 2010 2:09 AM | Last reply by intertek - Sunday, March 14, 2010 7:33 PM - Items 1 to 20 of 1571639 Next ›
No announcements