Class CssParsingError
- Namespace
- SharpVectors.Dom.Css
- Assembly
- SharpVectors.Css.dll
Represents a CSS parsing error.
public class CssParsingError
- Inheritance
-
CssParsingError
- Inherited Members
Properties
- Context
Gets or sets the context snippet around the error.
- Message
Gets or sets the error message.
- Position
Gets or sets the position in the CSS where the error occurred.
- Timestamp
Gets or sets the timestamp when the error was recorded.
Methods
- ToString()
Returns a string representation of this error.