MappingException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Mapping exception class. Note that this class has state - so if you change even its internals, it can be a breaking change
[System.Serializable]
public sealed class MappingException : System.Data.Entity.Core.EntityException
type MappingException = class
inherit EntityException
Public NotInheritable Class MappingException
Inherits EntityException
- Inheritance
- Attributes
Constructors
MappingException() |
Initializes a new instance of MappingException. |
MappingException(String, Exception) |
Initializes a new instance of MappingException that uses a specified error message and a reference to the inner exception. |
MappingException(String) |
Initializes a new instance of MappingException with a specialized error message. |
Applies to
Entity Framework