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

Aleksandar Dezelin dezelin at gmail.com
Fri Mar 4 07:07:03 EST 2005


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



More information about the Mono-devel-list mailing list