Class of exception raised when the ReflectionMappingProvider cannot process an entity interface or implementation class.

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

Syntax

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

Inheritance Hierarchy

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

See Also