Exception raised when an entity for a specific .NET type cannot be found

Namespace: BrightstarDB.EntityFramework
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public class MappingNotFoundException : EntityFrameworkException
Visual Basic
Public Class MappingNotFoundException
	Inherits EntityFrameworkException
Visual C++
public ref class MappingNotFoundException : public EntityFrameworkException
F#
type MappingNotFoundException =  
    class
        inherit EntityFrameworkException
    end

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    BrightstarDB.EntityFramework..::..EntityFrameworkException
      BrightstarDB.EntityFramework..::..MappingNotFoundException

See Also