Mark Hammond: > Komodo really needs this. Hence I have opened: > > http://bugzilla.mozilla.org/show_bug.cgi?id=65080 If you want to copy MSCOM, why not go the whole way and add OLE DB style error information. These are the IErrorRecords and IErrorLookup interfaces. The purpose of IErrorRecords is to provide a stack of error information. Being able to find out not just the top level failure but the details is very useful. Java supports nested errors for the same reason. IErrorLookup allows lazy retrieval of error strings, help text etc. which reduces the cost of making this information available. Neil
- Error handling Arkadiy Vertleyb
- Re: Error handling Mark Hammond
- Re: Error handling Ken Kozman
- Re: Error handling John Bandhauer
- Re: Error handling Ken Kozman
- Re: Error handling Simon P. Lucy
- Re: Error handling Simon P. Lucy
- Re: Error handling Mark Hammond
- Re: Error handling Ken Kozman
- Re: Error handling John Bandhauer
- Re: Error handling Neil Hodgson
- Re: Error handling Rick Parrish
- Re: Error handling Pierre Phaneuf
- Re: Error handling Dan Mosedale
- Re: Error handling Neil Hodgson
- Re: Error handling Rick Parrish
- Re: Error handling Pierre Phaneuf
- Re: Error handling Mark Hammond
- Re: Error handling John Bandhauer
