XmpException Class
Summary: The exception that is thrown when XMP has invalid structure.
Module: aspose.psd.coreexceptions
Full Name: aspose.psd.coreexceptions.XmpException
Inheritance: FrameworkException
Aspose.PSD Version: 24.12.0
Constructors
| Name | Description |
|---|---|
| XmpException() | Initializes a new instance of the XmpException class. |
| XmpException(message) | Initializes a new instance of the XmpException class. |
Constructor: XmpException()
XmpException()
Initializes a new instance of the XmpException class.
Constructor: XmpException(message)
XmpException(message)
Initializes a new instance of the XmpException class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| message | string | The message. |