EdmError Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a reportable error in EDM
public class EdmError
type EdmError = class
Public Class EdmError
- Inheritance
-
EdmError
Constructors
EdmError(EdmLocation, EdmErrorCode, String, Severity) |
Initializes a new instance of the EdmError class. |
EdmError(EdmLocation, EdmErrorCode, String) |
Initializes a new instance of the EdmError class. |
Properties
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. |
ExtendedProperties |
Dictionary of extended Error properties. |
Severity |
Gets a string describing the error severity. |
Methods
ToString() |
Gets a string representation of the error. |