DataModelErrorEventArgs Class
Represents an information about an error that occurred processing an Entity Framework model.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | DataModelErrorEventArgs() | Initializes a new instance of the DataModelErrorEventArgs class. |
Name | Description | |
---|---|---|
![]() | ErrorMessage | Gets an optional descriptive message that describes the error that is being raised. |
![]() | Item | Gets a value indicating the MetadataItem that caused the event to be raised. |
![]() | PropertyName | Gets an optional value indicating which property of the source item caused the event to be raised. |
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (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.