Click here to Skip to main content
15,913,587 members
Home / Discussions / C#
   

C#

 
GeneralExporting toCSV Pin
Member 120485128-Jun-04 12:03
Member 120485128-Jun-04 12:03 
GeneralRe: Exporting toCSV Pin
Dave Kreskowiak29-Jun-04 3:43
mveDave Kreskowiak29-Jun-04 3:43 
GeneralRe: Exporting toCSV Pin
Member 120485129-Jun-04 10:50
Member 120485129-Jun-04 10:50 
GeneralRe: Exporting toCSV Pin
Heath Stewart29-Jun-04 3:58
protectorHeath Stewart29-Jun-04 3:58 
GeneralRe: Exporting toCSV Pin
Member 120485129-Jun-04 10:53
Member 120485129-Jun-04 10:53 
GeneralRe: Exporting toCSV Pin
Heath Stewart29-Jun-04 11:10
protectorHeath Stewart29-Jun-04 11:10 
GeneralExceptional Exceptions Pin
inyoursadachine28-Jun-04 11:56
inyoursadachine28-Jun-04 11:56 
GeneralRe: Exceptional Exceptions Pin
Dave Kreskowiak29-Jun-04 3:36
mveDave Kreskowiak29-Jun-04 3:36 
If there is an Exception in the Runtime itself, it may crash your app, but an exception from inside your app can't leak out to the Runtime if you have an expcetion handler in place to grab it.

There is an exception though. Not all exceptions will propogate up the call stack. The .NET Framework wraps and applications message pump in an exception handler. If an exception is generated that the application code doesn't handle, the exception handler around the message pump will handle it. For an example, you have two forms, one is your main form and the other is a dialog form. This means an exception generated in the dialog form will NOT propogate up to the main form that Show()'d it. Understand?

If not, check this[^] article on MSDN for a quick example demonstrating this.



RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: Exceptional Exceptions Pin
inyoursadachine29-Jun-04 5:56
inyoursadachine29-Jun-04 5:56 
GeneralRe: Exceptional Exceptions Pin
Dave Kreskowiak29-Jun-04 15:44
mveDave Kreskowiak29-Jun-04 15:44 
GeneralExecuting other applications inside another Pin
Anonymous28-Jun-04 9:12
Anonymous28-Jun-04 9:12 
GeneralRe: Executing other applications inside another Pin
Heath Stewart28-Jun-04 9:36
protectorHeath Stewart28-Jun-04 9:36 
GeneralRe: Executing other applications inside another Pin
Anonymous29-Jun-04 5:36
Anonymous29-Jun-04 5:36 
GeneralRe: Executing other applications inside another Pin
Heath Stewart29-Jun-04 5:42
protectorHeath Stewart29-Jun-04 5:42 
GeneralRe: Executing other applications inside another Pin
Anonymous29-Jun-04 6:26
Anonymous29-Jun-04 6:26 
GeneralRe: Executing other applications inside another Pin
Heath Stewart29-Jun-04 8:43
protectorHeath Stewart29-Jun-04 8:43 
GeneralRe: Executing other applications inside another Pin
Anonymous30-Jun-04 2:28
Anonymous30-Jun-04 2:28 
GeneralRe: Executing other applications inside another Pin
Heath Stewart30-Jun-04 2:38
protectorHeath Stewart30-Jun-04 2:38 
GeneralRe: Executing other applications inside another Pin
Anonymous30-Jun-04 5:47
Anonymous30-Jun-04 5:47 
GeneralRe: Executing other applications inside another Pin
Anonymous30-Jun-04 9:50
Anonymous30-Jun-04 9:50 
GeneralHaving trouble with debugging Pin
Flack28-Jun-04 9:06
Flack28-Jun-04 9:06 
GeneralRe: Having trouble with debugging Pin
Dave Kreskowiak29-Jun-04 3:24
mveDave Kreskowiak29-Jun-04 3:24 
GeneralKeeping the record on hold Pin
IamADotNetGuy28-Jun-04 8:03
IamADotNetGuy28-Jun-04 8:03 
GeneralRe: Keeping the record on hold Pin
Heath Stewart28-Jun-04 9:07
protectorHeath Stewart28-Jun-04 9:07 
GeneralRe: Keeping the record on hold Pin
OBRon28-Jun-04 9:25
OBRon28-Jun-04 9:25 

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.