[Mono-dev] Getting error at Runtime

Javier Ruiz javierruiz at houston.rr.com
Mon Feb 13 15:47:30 EST 2006


I tried what you said but I still get the same error. 

-----Original Message-----
From: Brian Crowell [mailto:brian at fluggo.com] 
Sent: Monday, February 13, 2006 9:18 AM
To: Javier Ruiz
Cc: mono-devel-list at lists.ximian.com
Subject: Re: [Mono-dev] Getting error at Runtime

Javier Ruiz wrote:
> The error is coming from the SYSTEM.NET.MAIL part of the code. 

Have your catch code output the stack trace like this:

   catch( Exception ex ) {
       Console.WriteLine( "Error: " + ex.ToString() );
   }

--Brian




More information about the Mono-devel-list mailing list