Click here to Skip to main content
15,896,063 members
Home / Discussions / C#
   

C#

 
GeneralRe: String to DateTime Pin
Mirko198026-May-09 4:41
Mirko198026-May-09 4:41 
GeneralRe: String to DateTime Pin
Dave Kreskowiak26-May-09 7:40
mveDave Kreskowiak26-May-09 7:40 
GeneralRe: String to DateTime Pin
Vikram A Punathambekar26-May-09 7:57
Vikram A Punathambekar26-May-09 7:57 
GeneralRe: String to DateTime Pin
Dave Kreskowiak26-May-09 15:43
mveDave Kreskowiak26-May-09 15:43 
QuestionGraphics in c# Pin
gholfstok26-May-09 1:49
gholfstok26-May-09 1:49 
AnswerRe: Graphics in c# Pin
J4amieC26-May-09 2:30
J4amieC26-May-09 2:30 
AnswerRe: Graphics in c# Pin
ScottM126-May-09 2:31
ScottM126-May-09 2:31 
QuestionException inside dll Pin
sujithkumarsl26-May-09 1:08
sujithkumarsl26-May-09 1:08 
i have written a database application in c#, the application use another c# dll to connect with the database.

I am getting some exception inside the c# dll( i have not include exception handling inside the dll), but those exceptions are not being caught from the application.

for example
try
     {
         DatabaseManager db = new DatabaseManager();
         db.Execute();
     }
     catch ( Exception ex )
     {
         // log exception
     }


here the DB.Execute() is crashing inside the dll but not capturing in application.What could be the reason?

My small attempt...

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 
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 

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.