Click here to Skip to main content
15,892,298 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: implementing the mvc-pattern Pin
CWIZO27-Apr-06 7:24
CWIZO27-Apr-06 7:24 
GeneralRe: implementing the mvc-pattern Pin
Josh Smith27-Apr-06 7:39
Josh Smith27-Apr-06 7:39 
GeneralRe: implementing the mvc-pattern Pin
CWIZO27-Apr-06 7:40
CWIZO27-Apr-06 7:40 
GeneralRe: implementing the mvc-pattern Pin
thebread27-Apr-06 10:03
thebread27-Apr-06 10:03 
GeneralRe: implementing the mvc-pattern Pin
Josh Smith27-Apr-06 13:20
Josh Smith27-Apr-06 13:20 
Questionexception handling Pin
D.N.26-Apr-06 19:26
D.N.26-Apr-06 19:26 
AnswerRe: exception handling Pin
CWIZO27-Apr-06 5:47
CWIZO27-Apr-06 5:47 
AnswerRe: exception handling Pin
Josh Smith27-Apr-06 7:25
Josh Smith27-Apr-06 7:25 
If any of your code is in the call stack when the exception is thrown, you can handle the exception at the call site which eventually triggers the exception to be thrown. If your code is not in the call stack, then you should get the component developers to fix the bug asap.

If you are working in WinForms, perhaps hooking the Application.ThreadException event could be useful for you as well. That event fires when an exception on the UI thread is not handled and is about to crash the app.

Josh

QuestionRegex.Split and sub groups Pin
Distinctive26-Apr-06 17:15
Distinctive26-Apr-06 17:15 
AnswerRe: Regex.Split and sub groups Pin
Guffa26-Apr-06 21:27
Guffa26-Apr-06 21:27 
GeneralRe: Regex.Split and sub groups Pin
Distinctive26-Apr-06 23:06
Distinctive26-Apr-06 23:06 
AnswerRe: Regex.Split and sub groups Pin
Guffa27-Apr-06 0:17
Guffa27-Apr-06 0:17 
QuestionClick Once Deployment & logging Pin
Mr Brown Shoes25-Apr-06 14:41
Mr Brown Shoes25-Apr-06 14:41 
AnswerRe: Click Once Deployment & logging Pin
JimRoss2-May-06 11:38
JimRoss2-May-06 11:38 
GeneralRe: Click Once Deployment & logging Pin
Tailslide5-Nov-09 6:11
Tailslide5-Nov-09 6:11 
QuestionDataGridView.remove how do i call this , help ? Pin
Steve Ryan25-Apr-06 12:01
Steve Ryan25-Apr-06 12:01 
AnswerRe: DataGridView.remove how do i call this , help ? Pin
Mr Brown Shoes25-Apr-06 14:53
Mr Brown Shoes25-Apr-06 14:53 
AnswerRe: DataGridView.remove how do i call this , help ? Pin
Graham Nimbley25-Apr-06 15:10
Graham Nimbley25-Apr-06 15:10 
GeneralRe: DataGridView.remove how do i call this , help ? Pin
Steve Ryan26-Apr-06 14:57
Steve Ryan26-Apr-06 14:57 
GeneralRe: DataGridView.removeat failed, any one help ? Pin
Steve Ryan26-Apr-06 17:48
Steve Ryan26-Apr-06 17:48 
QuestionMSI Setup always brings back original files... Pin
siliconesoul25-Apr-06 4:04
siliconesoul25-Apr-06 4:04 
QuestionFor minimizing and maximizing Pin
Robert Rohde25-Apr-06 2:49
Robert Rohde25-Apr-06 2:49 
AnswerRe: For minimizing and maximizing Pin
_alank25-Apr-06 3:04
_alank25-Apr-06 3:04 
GeneralRe: For minimizing and maximizing Pin
Robert Rohde25-Apr-06 3:18
Robert Rohde25-Apr-06 3:18 
AnswerRe: For minimizing and maximizing Pin
Graham Nimbley25-Apr-06 13:30
Graham Nimbley25-Apr-06 13:30 

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.