Click here to Skip to main content
15,887,135 members
Home / Discussions / C#
   

C#

 
GeneralRe: Can someone explain this... Pin
DanielSheets12-Oct-12 2:40
DanielSheets12-Oct-12 2:40 
GeneralRe: Can someone explain this... Pin
Eddy Vluggen12-Oct-12 2:51
professionalEddy Vluggen12-Oct-12 2:51 
GeneralRe: Can someone explain this... Pin
DanielSheets12-Oct-12 2:55
DanielSheets12-Oct-12 2:55 
GeneralRe: Can someone explain this... Pin
OriginalGriff12-Oct-12 3:52
mveOriginalGriff12-Oct-12 3:52 
GeneralRe: Can someone explain this... Pin
DanielSheets19-Oct-12 1:31
DanielSheets19-Oct-12 1:31 
GeneralRe: Can someone explain this... Pin
OriginalGriff19-Oct-12 1:35
mveOriginalGriff19-Oct-12 1:35 
GeneralRe: Can someone explain this... Pin
Bernhard Hiller12-Oct-12 3:14
Bernhard Hiller12-Oct-12 3:14 
GeneralRe: Can someone explain this... Pin
Alan N12-Oct-12 7:04
Alan N12-Oct-12 7:04 
Bernhard Hiller wrote:
You are not able to catch them here,


No, not quite true (at all). The Invoke mechanism catches an unhandled exception within the target method and rethrows it in the calling thread. In doing this the stack trace containing the site of the original exception is lost. Whether or not something bad happens when the exception is rethrown depends on the caller. For example I've noticed that the thread used by a System.Timers.Timer to call the Elapsed event handler carries on obliviously with no hint of discomfort!

See the remarks section in Control.Invoke[^]

Alan.
AnswerRe: Can someone explain this... Pin
V.12-Oct-12 3:22
professionalV.12-Oct-12 3:22 
QuestionHow to Check Printer Status using SNMP and c# Pin
batuhan karaduman11-Oct-12 22:14
batuhan karaduman11-Oct-12 22:14 
AnswerRe: How to Check Printer Status using SNMP and c# Pin
OriginalGriff12-Oct-12 1:52
mveOriginalGriff12-Oct-12 1:52 
AnswerRe: How to Check Printer Status using SNMP and c# Pin
Eddy Vluggen12-Oct-12 1:54
professionalEddy Vluggen12-Oct-12 1:54 
QuestionOpinion on Exception Pin
Richard Andrew x6411-Oct-12 15:04
professionalRichard Andrew x6411-Oct-12 15:04 
AnswerRe: Opinion on Exception Pin
Richard MacCutchan11-Oct-12 21:14
mveRichard MacCutchan11-Oct-12 21:14 
GeneralRe: Opinion on Exception Pin
Stephen Hewitt12-Oct-12 2:06
Stephen Hewitt12-Oct-12 2:06 
GeneralRe: Opinion on Exception Pin
Richard MacCutchan12-Oct-12 8:54
mveRichard MacCutchan12-Oct-12 8:54 
QuestionRe: Opinion on Exception Pin
Eddy Vluggen12-Oct-12 1:57
professionalEddy Vluggen12-Oct-12 1:57 
QuestionDisabling button not working Pin
MichCl11-Oct-12 8:13
MichCl11-Oct-12 8:13 
AnswerRe: Disabling button not working Pin
Pete O'Hanlon11-Oct-12 8:21
mvePete O'Hanlon11-Oct-12 8:21 
GeneralRe: Disabling button not working Pin
MichCl15-Oct-12 2:24
MichCl15-Oct-12 2:24 
GeneralRe: Disabling button not working Pin
Pete O'Hanlon15-Oct-12 2:26
mvePete O'Hanlon15-Oct-12 2:26 
AnswerRe: Disabling button not working Pin
Ravi Bhavnani11-Oct-12 8:47
professionalRavi Bhavnani11-Oct-12 8:47 
QuestionC# SNMP Printer! HELPPP! Pin
batuhan karaduman11-Oct-12 4:22
batuhan karaduman11-Oct-12 4:22 
AnswerRe: C# SNMP Printer! HELPPP! Pin
Eddy Vluggen11-Oct-12 4:44
professionalEddy Vluggen11-Oct-12 4:44 
AnswerRe: C# SNMP Printer! HELPPP! Pin
Wes Aday11-Oct-12 4:46
professionalWes Aday11-Oct-12 4:46 

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.