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