EdmSchemaError Class

Definition

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

[System.Serializable]
public sealed class EdmSchemaError : System.Data.Entity.Core.Metadata.Edm.EdmError
type EdmSchemaError = class
    inherit EdmError
Public NotInheritable Class EdmSchemaError
Inherits EdmError
Inheritance
EdmSchemaError
Attributes

Constructors

EdmSchemaError(String, Int32, EdmSchemaErrorSeverity)

Constructs a EdmSchemaError object.

Properties

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.

Methods

ToString()

Returns the error message.

Applies to