Class DeflateCompressorException
- Namespace
- Aspose.Imaging.CoreExceptions.Compressors
- Assembly
- Aspose.Imaging.dll
The Deflate compressor exception.
public class DeflateCompressorException : CompressorException, ISerializable
- Inheritance
-
DeflateCompressorException
- Implements
- Inherited Members
Constructors
DeflateCompressorException(string)
Initializes a new instance of the DeflateCompressorException class.
public DeflateCompressorException(string message)
Parameters
message
stringThe exception message.
DeflateCompressorException(string, Exception)
Initializes a new instance of the DeflateCompressorException class.
public DeflateCompressorException(string message, Exception innerException)