[Mono-dev] ObjectDisposedException etc lacks #ctor(String, Exception)

Robert Jordan robertj at gmx.net
Tue Dec 19 08:30:58 EST 2006


Andy Hume wrote:
> I was using 
>     new ObjectDisposedException("...", caughtException)
> in my code, and thus on Mono it fails at runtime with MissingMethodException as that exception has no "#ctor(string message, Exception inner)" in Mono.

These missing bits are already on the class status report:

http://mono.ximian.com/class-status/mono-HEAD-vs-fx-2/class-status-mscorlib.html
Link from the Homepage-Wiki: http://mono-project.com/Resources

Instead of writing you own tools you might have a look at MoMa:

http://mono-project.com/Moma

Robert




More information about the Mono-devel-list mailing list