ClassDomException
Definition
Namespace:Telerik.Windows.Documents.FormatProviders.Html.Parsing.Dom
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class DomException : Exception, ISerializable
Inheritance: objectExceptionDomException
Implements:
Inherited Members
Constructors
DomException()
Default constuctor. Used only for serialisation.
Declaration
public DomException()
DomException(short, string)
Constructor
Fields
DomStringSize
If the specified range of text does not fit into a DOMString
HierarchyRequest
If any node is inserted somewhere it doesn't belong
InUseAttribute
If an attempt is made to add an attribute that is already in use elsewhere
IndexSize
If index or size is negative, or greater than the allowed value
InvalidAccess
If a parameter or an operation is not supported by the underlying object.
InvalidCharacter
If an invalid or illegal character is specified, such as in a name. See production 2 in the XML specification for the definition of a legal character, and production 5 for the definition of a legal name character.
InvalidModification
If an attempt is made to modify the type of the underlying object.
InvalidState
If an attempt is made to use an object that is not, or is no longer, usable.
Namespace
If an attempt is made to create or change an object in a way which is incorrect with regard to namespaces.
NoDataAllowed
If data is specified for a node which does not support data
NoModificationAllowed
If an attempt is made to modify an object where modifications are not allowed
NotFound
If an attempt is made to reference a node in a context where it does not exist
NotSupported
If the implementation does not support the requested type of object or operation.
Syntax
If an invalid or illegal string is specified.
WrongDocument
If a node is used in a different document than the one that created it (that doesn't support it)