Click or drag to resize

ErrorCodes Class

List of error code used on error item
Inheritance Hierarchy
SystemObject
  EBP.Framework.Common.InterfacesErrorCodes

Namespace:  EBP.Framework.Common.Interfaces
Assembly:  EBP.Framework.Common.Interfaces (in EBP.Framework.Common.Interfaces.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
public static class ErrorCodes

The ErrorCodes type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberDatabaseError
Database error, in general a database exception
Public fieldStatic memberEntityError
Entity logical error
Public fieldStatic memberEntityNotFound
the entity with this Id is not found
Top
See Also