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