[Mono-dev] Getting error at Runtime

Brian Crowell mono-devel at fluggo.com
Mon Feb 13 10:35:11 EST 2006


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