DevForce Help Reference
PersistenceFailure Enumeration


Indicates the general failure type of an EntityServerException.
Syntax
'Declaration
 
Public Enum PersistenceFailure 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As PersistenceFailure
Members
MemberDescription
Authorization
Cancelled Cancelled by a EntityServerSaveInterceptor or EntityServerQueryInterceptor.
Concurrency Data concurrency failure. A database concurrency failure was raised.
Connection Connection failure. The error occurred while accessing the network.
Data Data failure. The error occurred while accessing the data source.
License A license exception.
OtherUnspecified failure. Check the System.Exception.InnerException for more information.
QueryFilter Invalid Query filter
Validation Validation error.
Remarks
The EntityServerException sub-type and the System.Exception.InnerException will provide additional information on the failure.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         IdeaBlade.EntityModel.PersistenceFailure

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IdeaBlade.EntityModel Namespace

Send Feedback