EdmSchemaError Class

Definition

Encapsulates the detailed information about a conceptual model schema error.

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

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

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()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns the error message.

Applies to