Click here to Skip to main content
16,015,913 members
Home / Discussions / C#
   

C#

 
GeneralRe: error provider icon... Pin
C1AllenS27-Apr-08 17:45
C1AllenS27-Apr-08 17:45 
Generalencoding of textfile Pin
stephan_00727-Apr-08 11:47
stephan_00727-Apr-08 11:47 
GeneralRe: encoding of textfile Pin
Derek Bartram27-Apr-08 11:50
Derek Bartram27-Apr-08 11:50 
GeneralRe: encoding of textfile Pin
stephan_00727-Apr-08 11:55
stephan_00727-Apr-08 11:55 
GeneralRe: encoding of textfile Pin
Derek Bartram27-Apr-08 12:14
Derek Bartram27-Apr-08 12:14 
GeneralRe: encoding of textfile Pin
Luc Pattyn27-Apr-08 13:16
sitebuilderLuc Pattyn27-Apr-08 13:16 
GeneralEnvironment.Exit Pin
George_George27-Apr-08 4:41
George_George27-Apr-08 4:41 
GeneralRe: Environment.Exit Pin
S. Senthil Kumar27-Apr-08 6:10
S. Senthil Kumar27-Apr-08 6:10 
George_George wrote:
All the expected finally blocks are ensured to be executed, so resource leak?


No, managed threads will be suspended and then terminated, so the CLR does not make any explicit attempt to execute finally blocks. It does execute finalizers though. And your process is going down, so the OS is going to cleanup all process local resources anyway.
George_George wrote:
No exception occured (i.e. when invoking Environment.Exit, no exception thrown, like invoking Thread.Abort will throw ThreadAbortException?)


No again - it doesn't throw any exception as part of normal execution.

Regards
Senthil [MVP - Visual C#]
_____________________________
My Blog | My Articles | My Flickr | WinMacro

GeneralRe: Environment.Exit Pin
George_George27-Apr-08 17:18
George_George27-Apr-08 17:18 
QuestionCan any one tell me how to extract Excel worksheet images and store them in database? Pin
Ali00099927-Apr-08 1:34
Ali00099927-Apr-08 1:34 
AnswerRe: Can any one tell me how to extract Excel worksheet images and store them in database? Pin
#realJSOP27-Apr-08 3:01
professional#realJSOP27-Apr-08 3:01 
GeneralRe: Can any one tell me how to extract Excel worksheet images and store them in database? Pin
Ali00099928-Apr-08 19:18
Ali00099928-Apr-08 19:18 
QuestionHow to get cpu temp c# .NET [modified] Pin
kennet197427-Apr-08 1:32
kennet197427-Apr-08 1:32 
AnswerRe: How to get cpu temp c# .NET Pin
Anthony Mushrow27-Apr-08 1:56
professionalAnthony Mushrow27-Apr-08 1:56 
GeneralRe: How to get cpu temp c# .NET Pin
Thomas Stockwell27-Apr-08 3:07
professionalThomas Stockwell27-Apr-08 3:07 
GeneralRe: How to get cpu temp c# .NET Pin
Anthony Mushrow27-Apr-08 3:15
professionalAnthony Mushrow27-Apr-08 3:15 
QuestionRe: How to get cpu temp c# .NET Pin
kennet197427-Apr-08 4:15
kennet197427-Apr-08 4:15 
GeneralRe: How to get cpu temp c# .NET Pin
Christian Graus27-Apr-08 11:43
protectorChristian Graus27-Apr-08 11:43 
QuestionProcess information in C# Pin
I'm a member...27-Apr-08 0:48
I'm a member...27-Apr-08 0:48 
GeneralRe: Process information in C# Pin
Anthony Mushrow27-Apr-08 1:48
professionalAnthony Mushrow27-Apr-08 1:48 
GeneralRe: Process information in C# Pin
I'm a member...27-Apr-08 20:43
I'm a member...27-Apr-08 20:43 
GeneralApplication.Exit Pin
George_George26-Apr-08 22:18
George_George26-Apr-08 22:18 
GeneralRe: Application.Exit Pin
Urs Enzler26-Apr-08 22:38
Urs Enzler26-Apr-08 22:38 
GeneralRe: Application.Exit Pin
George_George26-Apr-08 22:47
George_George26-Apr-08 22:47 
GeneralRe: Application.Exit Pin
Urs Enzler26-Apr-08 22:55
Urs Enzler26-Apr-08 22:55 

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.