Class JpegException
- Namespace
- Aspose.Imaging.CoreExceptions.ImageFormats
- Assembly
- Aspose.Imaging.dll
Exceptions for Jpeg files
public class JpegException : ImageException, ISerializable
- Inheritance
-
JpegException
- Implements
- Derived
- Inherited Members
Constructors
JpegException(string)
Initializes a new instance of the JpegException class.
public JpegException(string message)
Parameters
message
stringThe exception message.
JpegException(string, Exception)
Initializes a new instance of the JpegException class.
public JpegException(string message, Exception innerException)