Click here to Skip to main content
16,006,428 members
Home / Discussions / C#
   

C#

 
QuestionDirectory.Exist Pin
yesu prakash31-Mar-09 22:55
yesu prakash31-Mar-09 22:55 
AnswerRe: Directory.Exist Pin
Tom Deketelaere31-Mar-09 23:33
professionalTom Deketelaere31-Mar-09 23:33 
AnswerRe: Directory.Exist Pin
0x3c01-Apr-09 0:53
0x3c01-Apr-09 0:53 
QuestionWhat exceptions cannot be caught by try-catch block? Pin
devvvy31-Mar-09 22:04
devvvy31-Mar-09 22:04 
AnswerRe: What exceptions cannot be caught by try-catch block? Pin
Pete O'Hanlon31-Mar-09 22:25
mvePete O'Hanlon31-Mar-09 22:25 
GeneralRe: What exceptions cannot be caught by try-catch block? Pin
moon_stick31-Mar-09 22:58
moon_stick31-Mar-09 22:58 
GeneralRe: What exceptions cannot be caught by try-catch block? [modified] Pin
devvvy31-Mar-09 23:05
devvvy31-Mar-09 23:05 
GeneralRe: What exceptions cannot be caught by try-catch block? Pin
moon_stick31-Mar-09 23:35
moon_stick31-Mar-09 23:35 
There was an article[^] posted in the lounge the other week converning problems with the Large Object Heap (LOH).

There is some sample code in there that catches out of memory exceptions and forces a GC.Collect(). I suspect that this might only work because the the LOH is unable to allocate more memory but there is still available memory in the small object heaps (SOH). I'd imagine that if you were to use all memory on the SOH's that you wouldn't be able to catch the exception, but there are definitely circumstances where the exception can be caught and handled appropriately.

It definitely isn't definatley

GeneralRe: What exceptions cannot be caught by try-catch block? Pin
devvvy1-Apr-09 0:13
devvvy1-Apr-09 0:13 
GeneralRe: What exceptions cannot be caught by try-catch block? Pin
devvvy1-Apr-09 0:38
devvvy1-Apr-09 0:38 
GeneralRe: What exceptions cannot be caught by try-catch block? Pin
devvvy1-Apr-09 3:14
devvvy1-Apr-09 3:14 
AnswerRe: What exceptions cannot be caught by try-catch block? Pin
0x3c01-Apr-09 0:06
0x3c01-Apr-09 0:06 
QuestionHELP ME!! Pin
Reza S31-Mar-09 22:02
Reza S31-Mar-09 22:02 
AnswerRe: HELP ME!! Pin
12Code31-Mar-09 22:14
12Code31-Mar-09 22:14 
Questionhow to create windows xp user using c# code Pin
azad yadav31-Mar-09 21:46
azad yadav31-Mar-09 21:46 
AnswerRe: how to create windows xp user using c# code Pin
King Julien31-Mar-09 22:04
King Julien31-Mar-09 22:04 
AnswerRe: how to create windows xp user using c# code Pin
stancrm31-Mar-09 22:11
stancrm31-Mar-09 22:11 
QuestionImport from CSV file to GridView Pin
Logue31-Mar-09 21:45
Logue31-Mar-09 21:45 
AnswerRe: Import from CSV file to GridView Pin
musefan31-Mar-09 21:49
musefan31-Mar-09 21:49 
QuestionBuilding Link List Pin
Reza S31-Mar-09 21:43
Reza S31-Mar-09 21:43 
AnswerRe: Building Link List Pin
musefan31-Mar-09 21:51
musefan31-Mar-09 21:51 
AnswerRe: Building Link List Pin
12Code31-Mar-09 22:06
12Code31-Mar-09 22:06 
Questionc# with a WPF GUI Pin
josephchild31-Mar-09 21:33
josephchild31-Mar-09 21:33 
AnswerRe: c# with a WPF GUI Pin
Eddy Vluggen31-Mar-09 21:57
professionalEddy Vluggen31-Mar-09 21:57 
GeneralRe: c# with a WPF GUI Pin
josephchild31-Mar-09 23:20
josephchild31-Mar-09 23:20 

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.