Click here to Skip to main content
15,867,686 members
Home / Discussions / C#
   

C#

 
AnswerRe: urgent----how to get date format like dd/mm/yy Pin
Guffa7-Apr-06 22:06
Guffa7-Apr-06 22:06 
GeneralRe: urgent----how to get date format like dd/mm/yy Pin
Colin Angus Mackay7-Apr-06 23:54
Colin Angus Mackay7-Apr-06 23:54 
GeneralRe: urgent----how to get date format like dd/mm/yy Pin
George L. Jackson8-Apr-06 1:20
George L. Jackson8-Apr-06 1:20 
GeneralRe: urgent----how to get date format like dd/mm/yy Pin
Colin Angus Mackay8-Apr-06 1:25
Colin Angus Mackay8-Apr-06 1:25 
GeneralRe: urgent----how to get date format like dd/mm/yy Pin
George L. Jackson8-Apr-06 1:54
George L. Jackson8-Apr-06 1:54 
GeneralRe: urgent----how to get date format like dd/mm/yy Pin
leppie8-Apr-06 5:53
leppie8-Apr-06 5:53 
Questionhandling Stack overflow Exception Pin
abhinish7-Apr-06 19:50
abhinish7-Apr-06 19:50 
AnswerRe: handling Stack overflow Exception Pin
Werdna9-Apr-06 16:43
Werdna9-Apr-06 16:43 
Unfortunatelly as of .net 2 you cannot catch this exception.
Here is the info from .net docs:
In prior versions of the .NET Framework, your application could catch a StackOverflowException object (for example, to recover from unbounded recursion). However, that practice is currently discouraged because significant additional code is required to reliably catch a stack overflow exception and continue program execution.

Starting with the .NET Framework version 2.0, a StackOverflowException object cannot be caught by a try-catch block and the corresponding process is terminated by default. Consequently, users are advised to write their code to detect and prevent a stack overflow. For example, if your application depends on recursion use a counter or a state condition to terminate the recursive loop.


QuestionComplicated question Pin
DeathJester_7-Apr-06 19:31
DeathJester_7-Apr-06 19:31 
GeneralRe: Complicated question Pin
Guffa7-Apr-06 22:17
Guffa7-Apr-06 22:17 
AnswerRe: Complicated question Pin
Robert Rohde7-Apr-06 23:33
Robert Rohde7-Apr-06 23:33 
AnswerRe: Complicated question Pin
DeathJester_8-Apr-06 20:31
DeathJester_8-Apr-06 20:31 
GeneralRe: Complicated question Pin
Kuira9-Apr-06 13:43
Kuira9-Apr-06 13:43 
QuestionNotifyIcon Program ? Pin
Skoder7-Apr-06 18:05
Skoder7-Apr-06 18:05 
AnswerRe: NotifyIcon Program ? Pin
S. Senthil Kumar7-Apr-06 18:22
S. Senthil Kumar7-Apr-06 18:22 
AnswerRe: NotifyIcon Program ? Pin
kasik8-Apr-06 4:22
kasik8-Apr-06 4:22 
GeneralRe: NotifyIcon Program ? Pin
Skoder8-Apr-06 11:41
Skoder8-Apr-06 11:41 
Questionsaving remoting state to file Pin
blucas20057-Apr-06 17:46
blucas20057-Apr-06 17:46 
AnswerRe: saving remoting state to file Pin
S. Senthil Kumar7-Apr-06 18:27
S. Senthil Kumar7-Apr-06 18:27 
GeneralRe: saving remoting state to file Pin
blucas20057-Apr-06 21:24
blucas20057-Apr-06 21:24 
GeneralRe: saving remoting state to file Pin
S. Senthil Kumar8-Apr-06 18:55
S. Senthil Kumar8-Apr-06 18:55 
AnswerRe: Windows service memory utilization Pin
S. Senthil Kumar7-Apr-06 18:31
S. Senthil Kumar7-Apr-06 18:31 
QuestionExcel Spreadsheet Pin
Monin D.7-Apr-06 9:48
Monin D.7-Apr-06 9:48 
AnswerRe: Excel Spreadsheet Pin
Braulio Dez7-Apr-06 10:03
Braulio Dez7-Apr-06 10:03 
GeneralRe: Excel Spreadsheet Pin
Monin D.7-Apr-06 23:23
Monin D.7-Apr-06 23:23 

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.