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

Matthijs ter Woord (meddochat) meddochat at zonnet.nl
Fri Mar 4 07:27:37 EST 2005


Hi Aleksandar,

you use --trace=T:System.Exception: that means you're filtering trace output
for items that are coming from System.Exception, so the output is right.

Greets,
Matthijs


----- Original Message ----- 
From: "Aleksandar Dezelin" <dezelin at gmail.com>
To: "mono-devel-list" <mono-devel-list at lists.ximian.com>
Sent: Friday, March 04, 2005 1:07 PM
Subject: [Mono-devel-list] Question about using --trace parameter in Mono


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





More information about the Mono-devel-list mailing list