No announcements
Found 3683221 threads
-
0 Votes
Exception handling in blocks
I should have used “incorrectly written.Answered | 9 Replies | 9696 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 -
1 Votes
Biztalk 2010 handling exception using the scope in Orchestration.
What is the Exception object type you have used for the catch exception block??.Answered | 14 Replies | 2232 Views | Created by vdha - Thursday, September 11, 2014 4:24 PM | Last reply by Leonid Ganeline - Friday, September 12, 2014 8:19 PM -
0 Votes
Error while using exception handling block el 4.1
User-1234160842 posted Have you modified your config using the Enterprise Library Configuration tool as required, have a look at these links.Unanswered | 1 Replies | 191 Views | Created by Anonymous - Friday, March 19, 2010 1:10 AM | Last reply by Anonymous - Friday, March 19, 2010 3:35 PM -
0 Votes
Exception handling in Rx while using WCF
http://msdn.microsoft.com/en-us/library/ms576199.aspx If you're sure you're not seeing the correct type of exception, then confirm whether you ...Answered | 8 Replies | 8923 Views | Created by Sab Venkat - Wednesday, July 21, 2010 7:04 AM | Last reply by RealMSLover - Tuesday, May 10, 2011 4:08 AM -
0 Votes
Exception Handling using DeliveryNotification
Later created an Error Handling Orchestration which will subscribe to MessageType of the message we created in First step by creating Filter on the Receive Shape.Answered | 5 Replies | 1007 Views | Created by vdha - Thursday, April 2, 2015 7:01 PM | Last reply by Prashant Singh[prashant.1704] - Friday, April 3, 2015 8:03 PM -
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 | 3265 Views | Created by Prasanjit6 - Wednesday, December 21, 2011 4:22 AM | Last reply by Ghouse Barq - Wednesday, December 21, 2011 1:38 PM -
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 | 3339 Views | Created by intertek - Saturday, March 13, 2010 2:09 AM | Last reply by intertek - Sunday, March 14, 2010 7:33 PM -
1 Votes
Handling Exceptions inside an Exception Handler
I would follow these rules: - Try not to throw exceptions inside catch block.Answered | 5 Replies | 4627 Views | Created by Rockyl - Thursday, January 21, 2010 6:56 PM | Last reply by Rockyl - Friday, January 22, 2010 6:33 PM -
0 Votes
Exception Handling
You'd use it in someway like this: ...Answered | 5 Replies | 3289 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
Exception handling
Variables declared inside the try/catch/finally block have scope limited to that block so you can't use them outside of the block.Answered | 4 Replies | 684 Views | Created by Zwax - Wednesday, April 29, 2015 10:57 AM | Last reply by KyleS - Wednesday, April 29, 2015 6:44 PM -
0 Votes
Handling Exceptions
Hi, Its a run-time error which I couldn't handle it.Answered | 4 Replies | 696 Views | Created by blaster123 - Saturday, March 1, 2014 12:11 AM | Last reply by Kareninstructor - Wednesday, March 5, 2014 1:54 PM -
3 Votes
Exception handling
NoBugz, I recommend handling the ProgressChanged event and using the ReportProgress() method in the background worker.Answered | 13 Replies | 3098 Views | Created by ehsansad - Wednesday, August 26, 2009 7:37 AM | Last reply by ehsansad - Wednesday, September 9, 2009 8:54 AM -
2 Votes
Re-Throwing Exceptions and using a Finally block
using statement will do the proper cleaning even if an exception occurs inside the using block.Answered | 6 Replies | 10161 Views | Created by remarkpk11 - Tuesday, May 5, 2009 6:23 PM | Last reply by A.m.a.L Hashim - Tuesday, May 5, 2009 8:46 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 | 1636 Views | Created by svemaraju - Wednesday, October 2, 2013 5:46 PM | Last reply by Maheshkumar S Tiwari - Sunday, October 6, 2013 8:24 AM -
1 Votes
Handling exceptions in methods!
Hi, While Programming if u r not looking towards Error Handling at every step then it will be worst step..Answered | 5 Replies | 2877 Views | Created by code_warrior - Tuesday, July 6, 2010 3:09 AM | Last reply by Tushar Capoor - Tuesday, July 6, 2010 6:34 AM -
0 Votes
Exception in finally block
Yes you can use another try catch block in the finally block, but what to do with the exception occurred in the finally block and ...Answered | 4 Replies | 2776 Views | Created by GurunGuns - Friday, June 25, 2010 8:54 AM | Last reply by Ashish Khandelwal - Friday, June 25, 2010 9:12 AM -
0 Votes
Handling Exceptions
Actually it depends on the context where you are using and its purpose.Hope this is usefull.Or what you can do is in your individal methods you need to implemnt logic to ...Answered | 11 Replies | 2800 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
if i am trying catch(...) then its going in catch block but i am unable to fined which kind of error is coming in catch block ,means message for this ...Answered | 6 Replies | 5664 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
centralized exception handling
My Class library would be used for Asp.Net MVC, so wanted a common method for handling exception.Answered | 10 Replies | 2378 Views | Created by Sanjay Sutar - Sunday, March 24, 2013 6:05 AM | Last reply by BonnieB - Wednesday, March 27, 2013 2:08 PM -
0 Votes
Trouble handling exceptions with a specific error code condition
Based on this Inheritance Hierarchy:http://msdn.microsoft.com/en-us/library/system.net.sockets.socketexception(v=vs.100).aspx An IOException will not be a ...Answered | 2 Replies | 1934 Views | Created by slemaire195 - Saturday, April 28, 2012 7:53 PM | Last reply by Mike Feng - Tuesday, May 1, 2012 12:17 PM - Items 1 to 20 of 3683221 Next ›
No announcements