Table of Contents

Enum HtmlRenderErrorType

Namespace
TheArtOfDev.HtmlRenderer.Core.Entities
Assembly
StockSharp.Xaml.dll

Enum of possible error types that can be reported.

public enum HtmlRenderErrorType
Extension Methods

Fields

ContextMenu = 8

Indicates errors associated with context menus.

CssParsing = 1

Indicates an error that occurred during the parsing of CSS.

General = 0

Represents a general error that does not fit into the other specified categories.

HtmlParsing = 2

Indicates an error that occurred during the parsing of HTML.

Iframe = 7

Pertains to errors related to rendering or loading iframes.

Image = 3

Represents errors related to loading or displaying images.

KeyboardMouse = 6

Encompasses errors associated with keyboard and mouse events.

Layout = 5

Relates to errors encountered during layout calculation.

Paint = 4

Indicates errors that occur during the painting phase of rendering.