Click here to Skip to main content
15,897,187 members
Home / Discussions / C#
   

C#

 
Answer[Message Deleted] Pin
stancrm26-May-09 1:32
stancrm26-May-09 1:32 
GeneralRe: Exception inside dll Pin
Dave Kreskowiak26-May-09 4:06
mveDave Kreskowiak26-May-09 4:06 
General[Message Deleted] Pin
stancrm26-May-09 20:37
stancrm26-May-09 20:37 
GeneralRe: Exception inside dll Pin
Dave Kreskowiak27-May-09 1:31
mveDave Kreskowiak27-May-09 1:31 
AnswerRe: Exception inside dll Pin
adatapost26-May-09 1:35
adatapost26-May-09 1:35 
GeneralRe: Exception inside dll Pin
sujithkumarsl26-May-09 1:41
sujithkumarsl26-May-09 1:41 
GeneralRe: Exception inside dll Pin
J4amieC26-May-09 2:15
J4amieC26-May-09 2:15 
GeneralRe: Exception inside dll Pin
sujithkumarsl26-May-09 3:29
sujithkumarsl26-May-09 3:29 
There may be some mistake in my question .let me explain it once more....
<pre> try
{
// This function is inside the DLL
Function();
}
catch ( Exception ex )
{
// Log exception
}


//Inside the DLL
public void Function()
{
// something which is crashing.......
}

what i am saying is i am not getting the exception which is occuring inside the dll....

My small attempt...

GeneralRe: Exception inside dll Pin
Mirko198026-May-09 3:49
Mirko198026-May-09 3:49 
GeneralRe: Exception inside dll Pin
sujithkumarsl26-May-09 18:27
sujithkumarsl26-May-09 18:27 
General[Message Deleted] Pin
stancrm26-May-09 20:37
stancrm26-May-09 20:37 
GeneralRe: Exception inside dll Pin
sujithkumarsl26-May-09 21:12
sujithkumarsl26-May-09 21:12 
General[Message Deleted] Pin
stancrm26-May-09 22:19
stancrm26-May-09 22:19 
GeneralRe: Exception inside dll Pin
sujithkumarsl26-May-09 22:26
sujithkumarsl26-May-09 22:26 
QuestionHow to assign the text to toolstripstatus in runtime? Pin
savitri26-May-09 1:04
savitri26-May-09 1:04 
AnswerRe: How to assign the text to toolstripstatus in runtime? Pin
Henry Minute26-May-09 1:30
Henry Minute26-May-09 1:30 
GeneralRe: How to assign the text to toolstripstatus in runtime? Pin
savitri26-May-09 1:44
savitri26-May-09 1:44 
GeneralRe: How to assign the text to toolstripstatus in runtime? Pin
Henry Minute26-May-09 2:37
Henry Minute26-May-09 2:37 
GeneralRe: How to assign the text to toolstripstatus in runtime? Pin
savitri26-May-09 2:56
savitri26-May-09 2:56 
GeneralRe: How to assign the text to toolstripstatus in runtime? Pin
Henry Minute26-May-09 3:15
Henry Minute26-May-09 3:15 
GeneralRe: How to assign the text to toolstripstatus in runtime? Pin
savitri26-May-09 23:03
savitri26-May-09 23:03 
GeneralRe: How to assign the text to toolstripstatus in runtime? Pin
Henry Minute27-May-09 0:26
Henry Minute27-May-09 0:26 
QuestionUser history of last 3 weeks Pin
vincentnl7826-May-09 1:02
vincentnl7826-May-09 1:02 
AnswerRe: User history of last 3 weeks Pin
Dave Kreskowiak26-May-09 4:03
mveDave Kreskowiak26-May-09 4:03 
GeneralRe: User history of last 3 weeks Pin
vincentnl7826-May-09 6:38
vincentnl7826-May-09 6:38 

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.