Creates a new instance of the exception class
Namespace: BrightstarDB.EntityFrameworkAssembly: 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