The base class for BrightstarDB Entity Framework exceptions
Namespace: BrightstarDB.EntityFrameworkAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
public class EntityFrameworkException : Exception |
| Visual Basic |
|---|
Public Class EntityFrameworkException Inherits Exception |
| Visual C++ |
|---|
public ref class EntityFrameworkException : public Exception |
| F# |
|---|
type EntityFrameworkException = class inherit Exception end |
Inheritance Hierarchy
System..::..Object
System..::..Exception
BrightstarDB.EntityFramework..::..EntityFrameworkException
BrightstarDB.EntityFramework..::..EntityKeyChangedException
BrightstarDB.EntityFramework..::..EntityKeyRequiredException
BrightstarDB.EntityFramework..::..InvalidIdentityPropertyException
BrightstarDB.EntityFramework..::..MappingNotFoundException
BrightstarDB.EntityFramework..::..ReflectionMappingException
BrightstarDB.EntityFramework..::..UniqueConstraintViolationException
System..::..Exception
BrightstarDB.EntityFramework..::..EntityFrameworkException
BrightstarDB.EntityFramework..::..EntityKeyChangedException
BrightstarDB.EntityFramework..::..EntityKeyRequiredException
BrightstarDB.EntityFramework..::..InvalidIdentityPropertyException
BrightstarDB.EntityFramework..::..MappingNotFoundException
BrightstarDB.EntityFramework..::..ReflectionMappingException
BrightstarDB.EntityFramework..::..UniqueConstraintViolationException