MetadataException Constructor

 

Initializes a new instance of the MetadataException class.

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

NameDescription
System_CAPS_pubmethodMetadataException()

constructor with default message

System_CAPS_pubmethodMetadataException(String)

default constructor

System_CAPS_pubmethodMetadataException(String, Exception)

constructor


MetadataException Constructor ()

constructor with default message

public MetadataException()

MetadataException Constructor (String)

default constructor

public MetadataException(
	string message
)

Parameters

message
Type: System.String

localized error message


MetadataException Constructor (String, Exception)

constructor

public MetadataException(
	string message,
	Exception innerException
)

Parameters

message
Type: System.String

localized error message

innerException
Type: System.Exception

inner exception