Click here to Skip to main content
15,900,461 members
Home / Discussions / C#
   

C#

 
AnswerRe: Drag and Drop Ms-Word,Excel and PowerPoint Pin
OriginalGriff14-Jun-19 22:22
mveOriginalGriff14-Jun-19 22:22 
GeneralRe: Drag and Drop Ms-Word,Excel and PowerPoint Pin
Member 1370632018-Jun-19 18:30
Member 1370632018-Jun-19 18:30 
GeneralRe: Drag and Drop Ms-Word,Excel and PowerPoint Pin
OriginalGriff18-Jun-19 20:08
mveOriginalGriff18-Jun-19 20:08 
AnswerRe: Drag and Drop Ms-Word,Excel and PowerPoint Pin
Eddy Vluggen15-Jun-19 1:00
professionalEddy Vluggen15-Jun-19 1:00 
GeneralRe: Drag and Drop Ms-Word,Excel and PowerPoint Pin
Member 1370632015-Jun-19 1:35
Member 1370632015-Jun-19 1:35 
GeneralRe: Drag and Drop Ms-Word,Excel and PowerPoint Pin
Dave Kreskowiak15-Jun-19 5:51
mveDave Kreskowiak15-Jun-19 5:51 
GeneralRe: Drag and Drop Ms-Word,Excel and PowerPoint Pin
Member 1370632018-Jun-19 5:46
Member 1370632018-Jun-19 5:46 
GeneralRe: Drag and Drop Ms-Word,Excel and PowerPoint Pin
Dave Kreskowiak18-Jun-19 9:24
mveDave Kreskowiak18-Jun-19 9:24 
GeneralRe: Drag and Drop Ms-Word,Excel and PowerPoint Pin
Member 1370632018-Jun-19 18:17
Member 1370632018-Jun-19 18:17 
GeneralRe: Drag and Drop Ms-Word,Excel and PowerPoint Pin
Dave Kreskowiak19-Jun-19 2:59
mveDave Kreskowiak19-Jun-19 2:59 
AnswerRe: Drag and Drop Ms-Word,Excel and PowerPoint Pin
Eddy Vluggen15-Jun-19 1:32
professionalEddy Vluggen15-Jun-19 1:32 
GeneralRe: Drag and Drop Ms-Word,Excel and PowerPoint Pin
Member 1370632015-Jun-19 2:33
Member 1370632015-Jun-19 2:33 
GeneralRe: Drag and Drop Ms-Word,Excel and PowerPoint Pin
Eddy Vluggen15-Jun-19 2:48
professionalEddy Vluggen15-Jun-19 2:48 
GeneralRe: Drag and Drop Ms-Word,Excel and PowerPoint Pin
Member 1370632015-Jun-19 3:20
Member 1370632015-Jun-19 3:20 
QuestionCatching exceptions in fire&forget tasks Pin
Bernhard Hiller14-Jun-19 2:58
Bernhard Hiller14-Jun-19 2:58 
AnswerRe: Catching exceptions in fire&forget tasks Pin
BillWoodruff14-Jun-19 11:58
professionalBillWoodruff14-Jun-19 11:58 
AnswerRe: Catching exceptions in fire&forget tasks Pin
Eddy Vluggen14-Jun-19 13:37
professionalEddy Vluggen14-Jun-19 13:37 
GeneralRe: Catching exceptions in fire&forget tasks Pin
Bernhard Hiller16-Jun-19 20:49
Bernhard Hiller16-Jun-19 20:49 
Eddy Vluggen wrote:
Native exceptions thrown by unmanaged code that occured on a thread started by that unmanaged code can't be caught.
Thanks for that hint. Since most of these exceptions are caught by the catch, that seems unlikely (the stack trace, regardless if logged by my logger or the Windows Event Log, shows always the same function, i.e. these are not different kinds of exception, only different instances of the same exception).

So, what are the circumstances that let 1 out of 10 of these exceptions evade?
Is it something in the Parallel.ForEach which may or may not use a different thread for the execution?
Oh sanctissimi Wilhelmus, Theodorus, et Fredericus!

QuestionRe: Catching exceptions in fire&forget tasks Pin
Eddy Vluggen16-Jun-19 22:45
professionalEddy Vluggen16-Jun-19 22:45 
AnswerRe: Catching exceptions in fire&forget tasks Pin
Gerry Schmitz14-Jun-19 20:59
mveGerry Schmitz14-Jun-19 20:59 
GeneralRe: Catching exceptions in fire&forget tasks Pin
Bernhard Hiller16-Jun-19 20:53
Bernhard Hiller16-Jun-19 20:53 
AnswerRe: Catching exceptions in fire&forget tasks Pin
jschell15-Jun-19 3:56
jschell15-Jun-19 3:56 
GeneralRe: Catching exceptions in fire&forget tasks Pin
Bernhard Hiller16-Jun-19 20:59
Bernhard Hiller16-Jun-19 20:59 
GeneralRe: Catching exceptions in fire&forget tasks Pin
jschell23-Jun-19 5:42
jschell23-Jun-19 5:42 
Questionsome bugs don't retire Pin
BillWoodruff12-Jun-19 13:40
professionalBillWoodruff12-Jun-19 13:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.