Creates a new instance of the exception class

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

Syntax

C#
public MappingNotFoundException(
	Type unmappedType
)
Visual Basic
Public Sub New ( 
	unmappedType As Type
)
Visual C++
public:
MappingNotFoundException(
	Type^ unmappedType
)
F#
new : 
        unmappedType : Type -> MappingNotFoundException

Parameters

unmappedType
Type: System..::..Type
The type for which an entity mapping was not found

See Also