Login Skip Navigation LinksWilsonORMapper > Forums Search
Demo Version Demo Version
Download and try for yourself a fully working demo version, including sample apps and documentation.  The only limitation is that the demo version only works inside the debugger.

PayPal Subscribe
Get It All for $50 USD:
WebPortal, ORMapper,
Source Code, All Updates
PayPal

User Login User Login
Log In
 
 
Reset Password

Wilson ORMapper Forums Wilson ORMapper Forums : Feature Requests : ConcurrencyException Feature Request

Date Post
3/31/2004 11:41:52 AM Would it be possible for you to add a more granular exception when concurrency is violated? Similiar to how the DataAdapter throws a ConcurrencyException exception type?
3/31/2004 6:49:32 PM I've added a PersistenceException, as well as a MappingException, that inherits my base ORMapperException class in Version 2.0 (released today). I'm not wrapping native sql exceptions, but updates that fail due to things like concurrency should be thrown as a PersistenceException.

Thanks, Paul Wilson