No announcements
Found 2398915 threads
-
4 Votes
Basic guidelines for exception handling
In any case, if it makes sense that a public method checks the validity of input parameters, then you must perform the check and throw any exceptions in this method in order to provide proper ...Answered | 4 Replies | 2007 Views | Created by archimede83 - Sunday, February 26, 2012 4:52 PM | Last reply by archimede83 - Monday, February 27, 2012 5:56 PM -
4 Votes
Please advise on MCITP!!
Marek Chmel, WBI Systems (MCTS, MCITP, MCT, CCNA) Please Mark As Answer if my post solves your problem or Vote As Helpful if a post has been helpful for you.Answered | 2 Replies | 5492 Views | Created by Torguy - Tuesday, February 14, 2012 5:13 AM | Last reply by Marek Chmel - Tuesday, February 14, 2012 4:21 PM -
1 Votes
Advise please
Each server currently shares data files: //MachineName/SharedResourceName/Directory/File Please ...Answered | 5 Replies | 663 Views | Created by Boyd1 - Monday, January 26, 2015 6:22 PM | Last reply by Boyd1 - Monday, February 9, 2015 2:59 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 | 3276 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
exception handling
LoggingException: Used to handle logging exceptions.Answered | 4 Replies | 3522 Views | Created by Helixpoint - Wednesday, July 14, 2010 2:43 PM | Last reply by Paras Sanghani - Tuesday, July 20, 2010 11:45 AM -
0 Votes
Handling Exceptions
Hi, Its a run-time error which I couldn't handle it.Answered | 4 Replies | 710 Views | Created by blaster123 - Saturday, March 1, 2014 12:11 AM | Last reply by Kareninstructor - Wednesday, March 5, 2014 1:54 PM -
0 Votes
Handling Exceptions that are not anticipated
In the POC, we had applied a try – catch to handle an exception which we knew.Answered | 4 Replies | 3077 Views | Created by Saritha Vijayalekshmy - Wednesday, July 25, 2012 11:47 AM | Last reply by Aditya_msft - Thursday, August 2, 2012 5:30 AM -
0 Votes
Handling Exceptions
If my answer helps you.. please mark as Answered.Answered | 11 Replies | 2814 Views | Created by obrienkev - Thursday, September 2, 2010 10:45 AM | Last reply by Palle Technologies - Friday, September 3, 2010 2:52 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 | 3302 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 -
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 | 3110 Views | Created by ehsansad - Wednesday, August 26, 2009 7:37 AM | Last reply by ehsansad - Wednesday, September 9, 2009 8:54 AM -
0 Votes
Basic Exception Handling - please advise..
If you implement as per above said, it would resolve your exception handling issue and it is the right way to do it.Answered | 9 Replies | 54 Views | Created by Anonymous - Tuesday, January 5, 2010 4:42 PM | Last reply by Anonymous - Friday, January 8, 2010 4:09 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 | 1648 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 help needed
LoggingException: Used to handle logging exceptions.Answered | 2 Replies | 2561 Views | Created by It_s Meee - Tuesday, July 20, 2010 7:03 AM | Last reply by Paras Sanghani - Tuesday, July 20, 2010 8:14 AM -
0 Votes
Exception Handling if SAP port not working
Put inside the loop shape the core process of the orchestration (mapping, send to sap, exception handling, ...).Answered | 3 Replies | 7312 Views | Created by Sandeep.Handa - Wednesday, January 19, 2011 12:47 PM | Last reply by Dgrospelier - Thursday, January 20, 2011 7:25 AM -
1 Votes
Handling Exceptions inside an Exception Handler
And I just wanted to know if there could be any way we handle this better.Answered | 5 Replies | 4636 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
string a = txtA.Text; int x = 0; if (int.TryParse(a,out x)) { // Conversion is good } else { // Conversion ...Answered | 4 Replies | 694 Views | Created by Zwax - Wednesday, April 29, 2015 10:57 AM | Last reply by KyleS - Wednesday, April 29, 2015 6:44 PM -
0 Votes
Global Exception handling in WCF
If above one is not possible than Fault exception with managed exception as inner exception of fault exception(Inner exception should contain full server ...Answered | 5 Replies | 1469 Views | Created by Sumit4Bansal - Thursday, October 30, 2014 12:30 PM | Last reply by SimonTaylor - Wednesday, November 5, 2014 2:15 AM -
0 Votes
Handle Specific SQL Exception
...and still digging around for examples on how to handle any SQL Exceptions that may get thrown...Answered | 8 Replies | 733 Views | Created by ansonee - Friday, March 4, 2016 6:32 PM | Last reply by DA924x - Sunday, March 6, 2016 4:19 AM -
1 Votes
handling exceptions??
i'd suggest using double.TryParse method add: you should not communicate with exceptions (see code sample from inug) the safest and cleanest way to do ...Answered | 5 Replies | 2942 Views | Created by ofranko - Thursday, November 27, 2008 2:30 AM | Last reply by NeoKenshinX - Thursday, November 27, 2008 10:30 AM -
5 Votes
Exception Handling in BizTalk
There are many appropriate ways to handle exceptions to your processes.Answered | 8 Replies | 1444 Views | Created by JaguarsJag - Thursday, February 27, 2014 3:03 PM | Last reply by Muhammad Ehsan - Thursday, February 27, 2014 5:55 PM - Items 1 to 20 of 2398915 Next ›
No announcements