EdmError Class

Represents a reportable error in EDM.

Inheritance Hierarchy

System.Object
  Microsoft.Data.Edm.Validation.EdmError

Namespace:  Microsoft.Data.Edm.Validation
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Public Class EdmError
'Usage
Dim instance As EdmError
public class EdmError
public ref class EdmError
type EdmError =  class end
public class EdmError

The EdmError type exposes the following members.

Constructors

  Name Description
Public method EdmError Creates a new instance of the EdmError class.

Top

Properties

  Name Description
Public property ErrorCode Gets an integer code representing the error.
Public property ErrorLocation Gets the location of the error in the file in which it occurred.
Public property ErrorMessage Gets a human readable string describing the error.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString Gets a string representation of the error. (Overrides Object.ToString().)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Data.Edm.Validation Namespace