[Mono-devel-list] Mono 1.0.1: System.NotImplementedException

mike roome arhra at arslinux.com
Sun Sep 26 13:23:57 EDT 2004


Hi,

> I am confused about what feature exactly is not implemented. I'm
> completely
> new to Mono and don't now how to debug yet (its so hard to quit developing
> in Visual Studio).

If you check the stack trace, you can see what method the exception was
thrown from:

> System.NotImplementedException: The requested feature is not implemented.
> in <0x0002a> System.Drawing.Imaging.Metafile:.ctor (System.IO.Stream)

I've just checked the source for System.Drawing.Imaging.Metafile, and it
seems that currently, it's just stubbed out (and incompletely, at that, it
would seem -- only the public constructors and methods are there, the
protected methods and properties are all missing). The constructors and
methods that /are/ there just throw NotImplementedException.

If you happen to know how metafiles work, i'm sure patches implementing
some of it would be welcome :)

-- 
mike roome




More information about the Mono-devel-list mailing list