[Mono-devel-list] Question about using --trace parameter in Mono

Rafael Teixeira monoman at gmail.com
Fri Mar 4 13:37:06 EST 2005


Those exceptions are just being constructed (Singleton pattern) for
later reuse. They aren't being thrown yet, so don't get alarmed...

:)


On Fri, 4 Mar 2005 13:07:03 +0100, Aleksandar Dezelin <dezelin at gmail.com> wrote:
> I have an application and I run it with the following command line:
> 
> mono --debug --trace=T:System.Exception server.exe
> 
> This is a prart of the mono output:
> 
> ENTER: System.Exception:.ctor
> (string)(this:0x9cf3bd0[System.Runtime.Remoting.RemotingException
> server.exe], [STRING:0x9a88f60:Connection closed], )
> LEAVE: System.Exception:.ctor (string)
> ENTER: System.Exception:set_HResult
> (int)(this:0x9cf3bd0[System.Runtime.Remoting.RemotingException
> server.exe], -2146233087, )
> LEAVE: System.Exception:set_HResult (int)
> EXCEPTION handling: RemotingException
> ENTER: System.Exception:.ctor
> (string,System.Exception)(this:0x9cf3ba0[System.Runtime.Remoting.RemotingException
> server.exe], [STRING:0x9a8efc0:Tcp transport error.],
> [System.Runtime.Remoting.RemotingException:0x9cf3bd0], )
> LEAVE: System.Exception:.ctor (string,System.Exception)
> ENTER: System.Exception:set_HResult
> (int)(this:0x9cf3ba0[System.Runtime.Remoting.RemotingException
> server.exe], -2146233087, )
> LEAVE: System.Exception:set_HResult (int)
> EXCEPTION handling: RemotingException
> 
> How can I see where in the source those exceptions are thrown? Why the
> hell I'm getting those exceptions raised (they never get cought in my
> try - catch block?
> 
> Cheers,
> Aleksandar Dezelin
> 
> --
> Linux is like wighwam, no windows no gates and apache inside...
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
> 


-- 
Rafael "Monoman" Teixeira
---------------------------------------
I'm trying to become a "Rosh Gadol" before my own eyes. 
See http://www.joelonsoftware.com/items/2004/12/06.html for enlightment.



More information about the Mono-devel-list mailing list