Menu

#22 Interface for AbstractUserException

open
nobody
None
5
2009-02-04
2009-02-04
No

Currently an exception must derive from AbstractUserException to be transmitted by IIOP.NET. This prevents the use of own base classes. By adding an (empty) interface IAbstracUserException this limitation can be avoided.

Derive the class AbstractUserException form the new interface, change the signature of GiopMessageBodySerialiser.SerialiseUserException() to take the interface as input parameter and change the type-checks to check for the interface instead of the class AbstractUserException.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.