Click here to Skip to main content
16,022,205 members

Comments by kia.sos (Top 6 by date)

kia.sos 5-Jul-11 5:16am View    
What's your mind about temp location? DB, Ram, Or another place?
I want just save to radgrid, and at client side.
kia.sos 27-Apr-11 2:43am View    
Also if i set the debugger to break when any exception is thrown, it cause to don't running my remaining codes that writed after catch section.
kia.sos 27-Apr-11 2:40am View    
Some times in our codes we use try ... catch structure. Fllowed catch we write other code that must be to running.
If i use rethrow in the catch section, it's cause not running my remaining code that writed after catch section.
I don't want it.
kia.sos 26-Apr-11 13:07pm View    
Thank you.
But i want to catch all, even handle exceptions!
I want to run my override catch code everitime, in all project, even if programmer write her/his own catch section.
Is it possible?
kia.sos 26-Apr-11 12:17pm View    
I see them. Thank you very much. But it was not what i wanted. I want to handle every catch section in all project, even if programmer write try ... catch ... finally structure. I want to first run my override catch next run programmer catch codes. Is it possible? If yes, how?