Table of Contents

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 string

The exception message.

PsdImageException(string, Exception)

Initializes a new instance of the PsdImageException class.

public PsdImageException(string message, Exception innerException)

Parameters

message string

The exception message.

innerException Exception

The inner exception.