DataModelErrorEventArgs Class

 

Represents an information about an error that occurred processing an Entity Framework model.

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

System.Object
  System.EventArgs
    System.Data.Entity.Core.Metadata.Edm.DataModelErrorEventArgs

[SerializableAttribute]
public class DataModelErrorEventArgs : EventArgs

NameDescription
System_CAPS_pubmethodDataModelErrorEventArgs()

Initializes a new instance of the DataModelErrorEventArgs class.

NameDescription
System_CAPS_pubpropertyErrorMessage

Gets an optional descriptive message that describes the error that is being raised.

System_CAPS_pubpropertyItem

Gets a value indicating the MetadataItem that caused the event to be raised.

System_CAPS_pubpropertyPropertyName

Gets an optional value indicating which property of the source item caused the event to be raised.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.