Visual Basic (Declaration) | |
---|---|
Public Enum PersistenceFailure Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As PersistenceFailure |
C# | |
---|---|
public enum PersistenceFailure : System.Enum, System.IComparable, System.IConvertible, System.IFormattable |
C++/CLI | |
---|---|
public enum class PersistenceFailure : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable |
Member | Description |
---|---|
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. |
Other | Unspecified failure. Check the System.Exception.InnerException for more information. |
QueryFilter | Invalid Query filter |
Validation | Validation error. |
The EntityServerException sub-type and the System.Exception.InnerException will provide additional information on the failure.
System.Object
System.ValueType
System.Enum
IdeaBlade.EntityModel.PersistenceFailure
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family