PsdImageResourceException Class

Summary: The psd image resource exception.

Module: aspose.psd.coreexceptions.imageformats

Full Name: aspose.psd.coreexceptions.imageformats.PsdImageResourceException

Inheritance: PsdImageException

Aspose.PSD Version: 24.4.0

Constructors

NameDescription
PsdImageResourceException(message, resource)Initializes a new instance of the PsdImageResourceException class.

Properties

NameTypeAccessDescription
resourceResourceBlockrGets the psd resource which caused this exception.

Constructor: PsdImageResourceException(message, resource)

 PsdImageResourceException(message, resource) 

Initializes a new instance of the PsdImageResourceException class.

Parameters:

ParameterTypeDescription
messagestringThe exception message.
resourceResourceBlockThe resource.