IParseError Interface
Provides the base requirements for an object that indicates a message, warning or error related to parsing.
public interface IParseError
Properties
ClassificationType
The optional IClassificationType associated with the error.
IClassificationType? ClassificationType { get; }
Property Value
See Also
Description
The description of the error, which is displayed in the user interface.
Level
A ParseErrorLevel indicating the error level.
PositionRange
The TextPositionRange of the error, if known.
Extension Methods
- ObjectExtensions.TryConvertToDouble(object, out double)
- ObjectExtensions.TryConvertToDouble(object, IFormatProvider, out double)