SecurityError
Overview
SecurityError is a class in Aspose.Html FOSS for Python.
Inherits from: DOMException.
Raised when an operation is blocked for security reasons.
This class provides 1 method for working with SecurityError 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
| Name | Type | Access | Description |
|---|---|---|---|
code | int | Read | Gets the code. |
message | `` | Read | Gets the message. |
Methods
| Signature | Description |
|---|---|
__init__(message: str) | Calls init(message) on this SecurityError instance. |