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 | |
---|---|---|
EdmError | Creates a new instance of the EdmError class. |
Top
Properties
Name | Description | |
---|---|---|
ErrorCode | Gets an integer code representing the error. | |
ErrorLocation | Gets the location of the error in the file in which it occurred. | |
ErrorMessage | Gets a human readable string describing the error. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.