MetadataException Class

Definition

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

Constructors

MetadataException()

Initializes a new instance of the MetadataException class with a default message.

MetadataException(String)

Initializes a new instance of the MetadataException class with the specified message.

MetadataException(String, Exception)

Initializes a new instance of the MetadataException class with the specified message and inner exception.

Applies to