MappingException Constructor

 

Initializes a new instance of the MappingException class.

Namespace:   System.Data.Entity.Core
Assembly:  EntityFramework (in EntityFramework.dll)

NameDescription
System_CAPS_pubmethodMappingException()

constructor with default message

System_CAPS_pubmethodMappingException(String)

default constructor

System_CAPS_pubmethodMappingException(String, Exception)

constructor


MappingException Constructor ()

constructor with default message

public MappingException()

MappingException Constructor (String)

default constructor

public MappingException(
	string message
)

Parameters

message
Type: System.String

localized error message


MappingException Constructor (String, Exception)

constructor

public MappingException(
	string message,
	Exception innerException
)

Parameters

message
Type: System.String

localized error message

innerException
Type: System.Exception

inner exception