OpenPetra
Free Administration Software for Non-Profits
Exceptions.Remoted.cs File Reference

Classes

class  Ict.Common.Data.Exceptions.EOPDBTypedDataAccessException
 Base Class for OpenPetra-specific data access-level and database-level Exceptions that are thrown by the Typed Data Access class, TTypedDataAccess. More...
 
class  Ict.Common.Data.Exceptions.EDBConcurrencyException
 Thrown by classes in the DataStore if the record that is beeing written to the DB has modifications by another user. More...
 
class  Ict.Common.Data.Exceptions.EDBConcurrencyNoRowToUpdateException
 Specialisation of EDBConcurrencyException - this is thrown if a record should be updated, but it isn't in the DB! More...
 
class  Ict.Common.Data.Exceptions.EDBSubmitException
 Raised when a Database INSERT, UPDATE or DELETE query that was issued by the DataStore failed, or if it is to be issued and the DataStore determines that it cannot be issued for some reason. More...
 

Namespaces

namespace  Ict
 
namespace  Ict.Common
 
namespace  Ict.Common.Data
 
namespace  Ict.Common.Data.Exceptions