[Mono-list] How to get exception text using monow

Robert Jordan robertj at gmx.net
Tue Aug 5 06:50:15 EDT 2008


Andrus wrote:
> monow myapp.exe 2>log.txt
> 
> does not write unhandled exception text to log.txt

Use `mono --debug myapp.exe'.

> How to  get unhandled exception info from applicaton running using monow ?
> 
> I would be best that unhandled exception dialog like in .NET appears.

Install a handler for unhandled exceptions.

Robert



More information about the Mono-list mailing list