Table of Contents

Class CompressorException

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

The compressor exception.

public class CompressorException : FrameworkException, ISerializable
Inheritance
CompressorException
Implements
Derived
Inherited Members

Constructors

CompressorException(string)

Initializes a new instance of the CompressorException class.

public CompressorException(string message)

Parameters

message string

The exception message.

CompressorException(string, Exception)

Initializes a new instance of the CompressorException class.

public CompressorException(string message, Exception innerException)

Parameters

message string

The exception message.

innerException Exception

The inner exception.