Table of Contents

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 string

The exception message.

DeflateCompressorException(string, Exception)

Initializes a new instance of the DeflateCompressorException class.

public DeflateCompressorException(string message, Exception innerException)

Parameters

message string

The exception message.

innerException Exception

The inner exception.