PsdImageResourceException Constructor (String, ResourceBlock, Exception)

Initializes a new instance of the PsdImageResourceException class.

Namespace:  Aspose.CAD.CadExceptions.ImageFormats
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public PsdImageResourceException(
	string message,
	ResourceBlock resource,
	Exception innerException
)

Parameters

message
Type: SystemString
The exception message.
resource
Type: Aspose.CAD.FileFormats.PsdResourceBlock
The resource.
innerException
Type: SystemException
The inner exception.
See Also