No announcements
Found 129912 threads
-
0 Votes
Soapfaults are no longer caught
Only in case of soapfaults things go very wrong.Answered | 18 Replies | 4203 Views | Created by _FJ_ - Wednesday, February 22, 2012 2:42 PM | Last reply by FDriesens - Thursday, March 21, 2013 2:33 PM -
0 Votes
Exception not being caught
<abbr class="affil"></abbr>, -> Your Platform::InvalidArgumentException will be caught only when your hostName contains nothing.Answered | 5 Replies | 2059 Views | Created by Jim Young (Level6 Productions) - Sunday, April 7, 2013 9:08 PM | Last reply by MikeBMcL - Monday, April 8, 2013 4:28 PM -
0 Votes
System.UnauthorizedAccessException was caught
System.UnauthorizedAccessException was caught Message=Attempted to perform an unauthorized operation.Answered | 1 Replies | 3270 Views | Created by Sudan12 - Friday, January 18, 2013 3:37 PM | Last reply by Jack-Gao - Tuesday, January 22, 2013 3:35 AM -
2 Votes
Catch "The specified network name is no longer available." in C#
., I know it can be caught using Exception, not a big deal.Answered | 5 Replies | 11825 Views | Created by Bhava - Wednesday, July 31, 2013 10:09 PM | Last reply by Bhava - Wednesday, August 7, 2013 12:57 PM -
3 Votes
Exception thrown in Form.Load event is never caught by IDE
OK, I can see where the exception is being caught, but how can I make it not get caught?Answered | 7 Replies | 12376 Views | Created by Adam Butt - Monday, January 26, 2009 10:08 PM | Last reply by BladeSoftware - Friday, May 27, 2011 8:12 AM -
0 Votes
SoapException and SoapFault
SoapFault is a serialization thing.Answered | 1 Replies | 3268 Views | Created by kawano1h - Friday, April 27, 2007 4:30 AM | Last reply by John Saunders - Friday, April 27, 2007 5:45 PM -
0 Votes
ConfigurationErrorException was caught
Hi I am developing a class project and using that class project in wpf application refering in app.cong under the <Section> tag . I am getting the following ...Answered | 5 Replies | 6601 Views | Created by Nikhil jain - Friday, February 25, 2011 7:19 AM | Last reply by Sheldon _Xiao - Friday, March 4, 2011 1:00 PM -
0 Votes
Exception Caught: Cannot load source/destination schema
We have a new map on B which references a schema on A, when it builds and deploys locally on the dev machine everything goes fine, but when the user tries to trigger a build on the ...Answered | 1 Replies | 709 Views | Created by Ricardo JM - Tuesday, October 6, 2015 4:53 PM | Last reply by Starian chen - Thursday, October 8, 2015 3:11 AM -
0 Votes
Soapfault returns classreference information
No stacktrace text in the soapfault message.Answered | 1 Replies | 132 Views | Created by Anonymous - Monday, December 8, 2008 2:38 AM | Last reply by Anonymous - Monday, December 8, 2008 5:15 AM -
1 Votes
How to detect an exception before it's been caught and processed by an application
Java, however, uses exceptions internally, but these exceptions are all caught and handled within the Java virtual machine.Answered | 6 Replies | 719 Views | Created by SynthDanG - Wednesday, September 26, 2018 1:37 AM | Last reply by SynthDanG - Friday, September 28, 2018 12:44 AM -
0 Votes
SoapFault exception: [a:InternalServiceFault] Cannot create an abstract class.
desc2; $bingAd->Title = $ad->headline; $bingAd->Status = self::convertToStatus($ad->status); $bingAds[] = $bingAd; } $request = new ...Answered | 4 Replies | 1268 Views | Created by starrychloe - Tuesday, September 13, 2016 7:42 AM | Last reply by Eric Urban [MSFT] - Tuesday, September 13, 2016 1:02 PM -
4 Votes
Timeout Exception Caught When Using SqlDataAdapter
I get this exception caught by a Try - Catch statement: {"Timeout expired.Answered | 6 Replies | 35241 Views | Created by Mike Polowski - Tuesday, February 27, 2007 10:48 AM | Last reply by CrazyCurlyBlue - Friday, February 13, 2015 11:12 PM -
0 Votes
Longer Retention
So please increase the retention extremely or provide a way to use payed azure storage for longer retention within AI.Answered | 2 Replies | 796 Views | Created by MaNuRa - Tuesday, August 16, 2016 7:29 AM | Last reply by MaNuRa - Thursday, August 18, 2016 5:54 PM -
3 Votes
Is is possible to have one exception type thrown, and a different type caught?
Automatic exception wrapping like you're attempting won't work: the type of an exception is determined by the throw expression, not by the type being caught.Answered | 7 Replies | 2853 Views | Created by Jeff99999 - Tuesday, May 11, 2010 5:50 AM | Last reply by Brian Muth - Tuesday, May 11, 2010 6:33 PM -
0 Votes
Error 106 Exception Caught The Map containes a reference to a schema node that is not valid
Error is as follows: Error 106 Exception Caught: The map contains a reference to a schema node that is not valid.Answered | 4 Replies | 4738 Views | Created by Mpramod - Wednesday, May 23, 2012 1:02 PM | Last reply by Mpramod - Friday, May 25, 2012 1:11 PM -
0 Votes
Extracting SOAPFault Code and Reason in an orchestration
Hi I'm having trouble extracting SOAPFault Code and Reson values (string) in an orchestration, thrown by a java web service (SOAP 1.2).Answered | 3 Replies | 3013 Views | Created by Homer22 - Sunday, January 12, 2014 9:26 PM | Last reply by Homer22 - Monday, January 13, 2014 11:58 AM -
0 Votes
Extracting SoapFault from message body
Hi, I have a WCF application wherein if an error occurs while processing a one-way message I create a new SoapFault ...Answered | 2 Replies | 4500 Views | Created by pdf34 - Tuesday, April 15, 2008 8:53 AM | Last reply by pdf34 - Wednesday, April 16, 2008 12:14 AM -
3 Votes
Can't find SoapFault in raised Exception (Is there an ErrorStream property anywhere)
Change your code to the following and see if you can now obtain the SoapFault...Answered | 14 Replies | 6798 Views | Created by Tryst - Wednesday, November 12, 2008 2:18 PM | Last reply by Tryst - Sunday, April 26, 2009 5:20 PM -
0 Votes
caught a problem in factorial of a number
int main() { cout<<fact(5); } float fact(int n) { float fn = 1; if(n==0) { return(1); } else ...Answered | 2 Replies | 2922 Views | Created by RidaSana - Wednesday, February 1, 2012 3:03 PM | Last reply by pvdg42 - Monday, February 6, 2012 2:50 PM -
0 Votes
Raising SoapFaults in a SendPort- ResponseReceivePipeline
My Scenario a lil bit more detailed : In a two-way sendport's receive pipeline, I have a custom component that checks the response message and creates a success message or a ...Proposed | 4 Replies | 1070 Views | Created by SriramNarayanan - Tuesday, March 3, 2020 2:08 PM | Last reply by Alastair Grant - Saturday, March 7, 2020 10:33 AM - Items 1 to 20 of 129912 Next ›
No announcements