Table of Contents

Class DjvuImageException

Namespace
Aspose.Imaging.CoreExceptions.ImageFormats
Assembly
Aspose.Imaging.dll

The DJVU image exception.

public class DjvuImageException : ImageException, ISerializable
Inheritance
DjvuImageException
Implements
Inherited Members

Constructors

DjvuImageException(string)

Initializes a new instance of the DjvuImageException class.

public DjvuImageException(string message)

Parameters

message string

The exception message.

DjvuImageException(string, Exception)

Initializes a new instance of the DjvuImageException class.

public DjvuImageException(string message, Exception innerException)

Parameters

message string

The exception message.

innerException Exception

The inner exception.