EdmSchemaError Class

 

This class encapsulates the error information for a schema error that was encountered.

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

System.Object
  System.Data.Entity.Core.Metadata.Edm.EdmError
    System.Data.Entity.Core.Metadata.Edm.EdmSchemaError

[SerializableAttribute]
public sealed class EdmSchemaError : EdmError

NameDescription
System_CAPS_pubmethodEdmSchemaError(String, Int32, EdmSchemaErrorSeverity)

Constructs a EdmSchemaError object.

NameDescription
System_CAPS_pubpropertyColumn

Gets the column where the error occurred.

System_CAPS_pubpropertyErrorCode

Gets the error code.

System_CAPS_pubpropertyLine

Gets the line number where the error occurred.

System_CAPS_pubpropertyMessage

Gets the error message.(Inherited from EdmError.)

System_CAPS_pubpropertySchemaLocation

Gets the location of the schema that contains the error. This string also includes the name of the schema at the end.

System_CAPS_pubpropertySchemaName

Gets the name of the schema that contains the error.

System_CAPS_pubpropertySeverity

Gets the severity level of the error.

System_CAPS_pubpropertyStackTrace

Gets a string representation of the stack trace at the time the error occurred.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

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.