JpegLoadException Class

Summary: Represents the JPEG image loading exception.

Module: aspose.psd.coreexceptions.imageformats

Full Name: aspose.psd.coreexceptions.imageformats.JpegLoadException

Inheritance: JpegException

Aspose.PSD Version: 24.4.0

Constructors

NameDescription
JpegLoadException(message)Initializes a new instance of the JpegLoadException class.
JpegLoadException(message, reason)Initializes a new instance of the JpegLoadException class.

Properties

NameTypeAccessDescription
reasonJpegLoadException.ErrorReasonr/wGets or sets the reason of error.

Constructor: JpegLoadException(message)

 JpegLoadException(message) 

Initializes a new instance of the JpegLoadException class.

Parameters:

ParameterTypeDescription
messagestringThe exception message.

Constructor: JpegLoadException(message, reason)

 JpegLoadException(message, reason) 

Initializes a new instance of the JpegLoadException class.

Parameters:

ParameterTypeDescription
messagestringThe exception message.
reasonJpegLoadException.ErrorReasonThe reason of error.