Class PsdImageException
- Namespace
- Aspose.Imaging.CoreExceptions.ImageFormats
- Assembly
- Aspose.Imaging.dll
The psd image exception.
public class PsdImageException : ImageException, ISerializable
- Inheritance
-
PsdImageException
- Implements
- Inherited Members
Constructors
PsdImageException(string)
Initializes a new instance of the PsdImageException class.
public PsdImageException(string message)
Parameters
message
stringThe exception message.
PsdImageException(string, Exception)
Initializes a new instance of the PsdImageException class.
public PsdImageException(string message, Exception innerException)