JpegLoadException

JpegLoadException class

Represents the JPEG image loading exception.

public class JpegLoadException : JpegException

Constructors

NameDescription
JpegLoadException(string)Initializes a new instance of the JpegLoadException class.
JpegLoadException(string, ErrorReason)Initializes a new instance of the JpegLoadException class.
JpegLoadException(string, Exception)Initializes a new instance of the JpegLoadException class.
JpegLoadException(string, Exception, ErrorReason)Initializes a new instance of the JpegLoadException class.

Properties

NameDescription
Reason { get; set; }Gets or sets the reason of error.

See Also