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