IMarkupErrorMessage Members
Include Protected Members
Include Inherited Members
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
An interface for reporting error messages in markup source files.
The IMarkupErrorMessage type exposes the following members.
Properties
Name
Description
Gets whether the error message category is a warning, error, or message.
Gets the error code number.
Gets the length, in characters, of the range. (Inherited from IMarkupLocation.)
Gets the error message as a string.
Gets a zero-based character offset from the beginning of the file. (Inherited from IMarkupLocation.)
Top