MetadataException 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.
metadata exception class
[System.Serializable]
public sealed class MetadataException : System.Data.Entity.Core.EntityException
type MetadataException = class
inherit EntityException
Public NotInheritable Class MetadataException
Inherits EntityException
- Inheritance
- Attributes
Constructors
MetadataException() |
Initializes a new instance of the MetadataException class with a default message. |
MetadataException(String, Exception) |
Initializes a new instance of the MetadataException class with the specified message and inner exception. |
MetadataException(String) |
Initializes a new instance of the MetadataException class with the specified message. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework