EdmSchemaError Class
This class encapsulates the error information for a schema error that was encountered.
Assembly: EntityFramework (in EntityFramework.dll)
System.Data.Entity.Core.Metadata.Edm.EdmError
System.Data.Entity.Core.Metadata.Edm.EdmSchemaError
Name | Description | |
---|---|---|
![]() | EdmSchemaError(String, Int32, EdmSchemaErrorSeverity) | Constructs a EdmSchemaError object. |
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) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | Returns the error message.(Overrides Object.ToString().) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.