Table of Contents

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 string

The exception message.

JpegException(string, Exception)

Initializes a new instance of the JpegException class.

public JpegException(string message, Exception innerException)

Parameters

message string

The message.

innerException Exception

The inner exception.