EdmSchemaError Class
Encapsulates the detailed information about a conceptual model schema error.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
| Name | Description | |
|---|---|---|
![]() | Column | Gets the column where the error occurred. |
![]() | ErrorCode | Gets the error code. |
![]() | Line | Gets the line number where the error occurred. |
![]() | Message | Gets the error message.(Inherited from EdmError.) |
![]() | SchemaLocation | Gets the location of the schema that contains the error. This string also includes the name of the schema at the end. |
![]() | SchemaName | Gets the name of the schema that contains the error. |
![]() | Severity | Gets the severity level of the error. |
![]() | StackTrace | Gets a string representation of the stack trace at the time the error occurred. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns the error message.(Overrides Object::ToString().) |
Available since 3.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

