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
stringThe exception message.
DjvuImageException(string, Exception)
Initializes a new instance of the DjvuImageException class.
public DjvuImageException(string message, Exception innerException)