MappingException Class

Definition

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
MappingException
Attributes

Constructors

MappingException()

Initializes a new instance of MappingException.

MappingException(String)

Initializes a new instance of MappingException with a specialized error message.

MappingException(String, Exception)

Initializes a new instance of MappingException that uses a specified error message and a reference to the inner exception.

Applies to