NoModificationAllowedError

NoModificationAllowedError

Overview

NoModificationAllowedError is a class in Aspose.Html FOSS for Python. Inherits from: DOMException.

Raised when a node cannot be modified in its current context.

This class provides 1 method for working with NoModificationAllowedError objects in Python programs. Available methods include: __init__. All public members are accessible to any Python application after installing the Aspose.Html FOSS for Python package. Properties: code, message.

Properties

NameTypeAccessDescription
codeintReadGets the code.
message``ReadGets the message.

Methods

SignatureDescription
__init__(message: str)Calls init(message) on this NoModificationAllowedError instance.

See Also