MappingException Constructor
Initializes a new instance of the MappingException class.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | MappingException() | constructor with default message |
![]() | MappingException(String) | default constructor |
![]() | MappingException(String, Exception) | constructor |
MappingException Constructor ()
constructor with default message
MappingException Constructor (String)
default constructor
Parameters
- message
-
Type:
System.String
localized error message
MappingException Constructor (String, Exception)
constructor
Parameters
- message
-
Type:
System.String
localized error message
- innerException
-
Type:
System.Exception
inner exception