The base class for BrightstarDB Entity Framework exceptions

Namespace: BrightstarDB.EntityFramework
Assembly: 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

See Also