No announcements
Found 3237712 threads
-
2 Votes
Total confusion with tasks, GetFolderAsync/CreateFolderAsync, wait() and try/catch (C++)
(I also discovered this morning only that deploying the app or building release would delete my appdata folder, and make my GetFolderAsync() + ...Answered | 4 Replies | 6690 Views | Created by Francis Piérot - Friday, June 15, 2012 3:23 PM | Last reply by Francis Piérot - Tuesday, June 19, 2012 2:10 PM -
0 Votes
What is the catched exception when StorageFolder::GetFolderAsync() fails (C++)?
"; } For the exception, you can customer the exception, ...Answered | 1 Replies | 2824 Views | Created by Francis Piérot - Friday, June 15, 2012 9:22 AM | Last reply by Jesse Jiang - Monday, June 18, 2012 11:42 AM -
0 Votes
“We do not catch C++ exceptions” — What's the alternative?
If a matching handler (or ellipsis catch handler) cannot be found for the current exception, the predefined terminate run-time function ...Answered | 3 Replies | 660 Views | Created by rmgs123 - Tuesday, June 7, 2016 4:13 AM | Last reply by Baron Bi - Tuesday, June 7, 2016 9:28 AM -
0 Votes
Catch JavaScript Exception in C++
You can catch an exception thrown in the (C++) component on the (JavaScript) consumer side, but not the reverse.Answered | 1 Replies | 2749 Views | Created by gdoo - Thursday, July 19, 2012 12:26 PM | Last reply by MingXu-MSFT - Monday, July 23, 2012 4:25 PM -
2 Votes
catch a c# exception in c++
Hi - PaulH79: First: Why post a "question" when you already have the code?Answered | 3 Replies | 4188 Views | Created by PaulH79 - Friday, April 17, 2009 9:02 PM | Last reply by Fisnik Hasani - Saturday, May 23, 2009 11:16 AM -
0 Votes
Problem with StorageFolder.GetFilesAsync() or .GetFolderAsync() in RP VS12
Error 1: public StorageFolder m_AppleFolder = null; m_AppleFolder = await ...Answered | 2 Replies | 3459 Views | Created by Jerrywu12 - Thursday, June 7, 2012 4:23 AM | Last reply by Alejandro Campos Magencio - Tuesday, June 12, 2012 10:13 AM -
0 Votes
[C#][UWP] How to serialize and Deserialize StorageFolder and StorageFile
And I got the same error message when I try to deserialize StorageFolder.Answered | 3 Replies | 1153 Views | Created by Prashant Srivastava01 - Wednesday, August 30, 2017 7:28 AM | Last reply by Prashant Srivastava01 - Thursday, September 21, 2017 9:10 AM -
2 Votes
Visual C++ Try Catch Exception block not entered
The debugging code in the STL jerks the emergency chord before you'll get the exception.Answered | 2 Replies | 11112 Views | Created by ElectroZap - Sunday, May 10, 2009 7:35 PM | Last reply by nobugz - Sunday, May 10, 2009 10:59 PM -
3 Votes
Catching exceptions
It also doesn`t matter if you catch the exception as exception ( which is not the best way ) or as OperationCanceledException.Answered | 9 Replies | 2988 Views | Created by TonyFlora63 - Sunday, August 29, 2010 10:27 PM | Last reply by TonyFlora63 - Monday, August 30, 2010 2:24 PM -
2 Votes
C# Metro - StorageFolder Problem - can't write to file
I'm making a StorageFolder/File with the name "sample.txt".Answered | 3 Replies | 1741 Views | Created by ImNew54 - Tuesday, January 15, 2013 2:17 PM | Last reply by ImNew54 - Tuesday, January 15, 2013 9:29 PM -
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 | 2905 Views | Created by Jebtrillion 137 - Monday, May 17, 2010 1:37 PM | Last reply by Crazypennie - Monday, May 17, 2010 3:42 PM -
0 Votes
[UWP] [C++] HttpClient cannot catch exceptions
Asynchronoues programming catching the exception worked.Answered | 4 Replies | 941 Views | Created by milonass - Tuesday, May 17, 2016 5:35 PM | Last reply by Barry Wang - Thursday, May 19, 2016 11:22 AM -
0 Votes
Project task<> from C++ to C#
It's a C++ object.Answered | 2 Replies | 3387 Views | Created by MarkVincze - Monday, June 25, 2012 9:14 AM | Last reply by MarkVincze - Tuesday, June 26, 2012 8:02 AM -
0 Votes
Cannot get SQLClient catch to work at catching exception
My guess on what's happening?Answered | 25 Replies | 3814 Views | Created by Having Fun - Sunday, October 3, 2010 5:52 PM | Last reply by Phillip Marino - Wednesday, October 6, 2010 6:09 PM -
0 Votes
StorageFolder from absolute path
I think what you're describing is called a "most recently used" (MRU) list.Answered | 5 Replies | 9469 Views | Created by gnichola - Thursday, April 26, 2012 10:43 PM | Last reply by brentAtBrainium - Monday, May 7, 2012 5:10 PM -
1 Votes
Catch exception in endinvoke callback
When you do that, any exception that was thrown in the invoked thread will be rethrown in the main UI thread.Answered | 7 Replies | 6499 Views | Created by Troopers - Friday, June 25, 2010 8:32 AM | Last reply by Matthew Watson - Friday, June 25, 2010 11:54 AM -
4 Votes
Difference between Catch and catch (exception ex)
A catch block without a type of exception will catch them.Answered | 5 Replies | 3470 Views | Created by NewCoder61 - Sunday, July 22, 2012 4:38 AM | Last reply by Louis.fr - Monday, August 6, 2012 2:37 PM -
1 Votes
Question about Catch and exceptions
Thanks Jeffrey, that's exactly what I was looking for!Answered | 4 Replies | 8530 Views | Created by Andy N3 - Wednesday, December 23, 2009 1:06 AM | Last reply by James Miles - Thursday, May 19, 2011 9:49 AM -
0 Votes
Will catch(Exception ex) catch a COMException?
That's what I'm thinking too...Answered | 3 Replies | 5358 Views | Created by Rory__K - Friday, May 22, 2009 6:34 PM | Last reply by Karel Zikmund - Tuesday, May 26, 2009 7:12 PM -
0 Votes
catch sql exceptions in orchestration
Mohit's below option worked for me, i did what mohit said and i rethrow the exception from catch block so it will accept by the outer main exception habdler.Answered | 13 Replies | 2756 Views | Created by Amit C More - Tuesday, January 15, 2013 7:15 AM | Last reply by Mohit Kumar Gupta - Tuesday, January 15, 2013 1:47 PM - Items 1 to 20 of 3237712 Next ›
No announcements