PsdImageResourceException constructor

init

Initializes a new instance of the PsdImageResourceException class.

def __init__(self, message, resource):
    ...
ParameterTypeDescription
messagestrThe exception message.
resourceaspose.cad.fileformats.psd.ResourceBlockThe resource.

See Also