Table of Contents

Class RleCompressorException

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

The rle compressor exception.

public class RleCompressorException : CompressorException, ISerializable
Inheritance
RleCompressorException
Implements
Inherited Members

Constructors

RleCompressorException(string)

Initializes a new instance of the RleCompressorException class.

public RleCompressorException(string message)

Parameters

message string

The exception message.

RleCompressorException(string, Exception)

Initializes a new instance of the RleCompressorException class.

public RleCompressorException(string message, Exception innerException)

Parameters

message string

The exception message.

innerException Exception

The inner exception.