InterpretationError Members
Include Protected Members
Include Inherited Members
Represents the errors specific to interpretation.
The InterpretationError type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
InterpretationError | Initializes a new instance of the InterpretationError class. |
Top
Methods
Name | Description | |
---|---|---|
![]() ![]() |
CreateErrorForInvalidArgument | Creates an interpretation error for an InvalidArgument error. |
![]() ![]() |
CreateErrorForMissingArgument | Creates an interpretation error for a MissingArgument error. |
![]() ![]() |
CreateErrorForNotBuiltInDataType | Creates an interpretation error for a NotBuiltInDataType error. |
![]() ![]() |
CreateGeneralInterpretationError | Creates a new interpretation error instance with a severity value of Error. |
![]() ![]() |
CreateGeneralInterpretationWarning | Creates a new interpretation error instance with a severity value of Warning. |
![]() |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (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.) |
![]() |
PopulateMessage | Returns the error message string. (Inherited from DataSchemaError.) |
![]() |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
ArgumentName | Gets the argument name associated with the error. |
![]() |
Column | Gets the column number of the error. (Inherited from DataSchemaError.) |
![]() |
Document | Gets the file name of the error. (Inherited from DataSchemaError.) |
![]() |
ErrorCode | Gets the error code. (Inherited from DataSchemaError.) |
![]() |
ErrorType | Gets the error type. |
![]() |
HelpKeyword | Gets or sets the help topic ID, if one exists. (Inherited from DataSchemaError.) |
![]() |
Line | Gets the line number of the error. (Inherited from DataSchemaError.) |
![]() |
Message | Gets the error message string. (Inherited from DataSchemaError.) |
![]() |
ParseErrors | Gets the list of the ParseErrors generated by the parser. |
![]() |
RelatedToElement | Gets or sets the related element. |
![]() |
Severity | Gets the error severity value. (Inherited from DataSchemaError.) |
Top