Class JpegLoadException
JpegLoadException class
Represents the JPEG image loading exception.
public class JpegLoadException : JpegException
Constructors
Name | Description |
---|
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
Name | Description |
---|
Reason { get; set; } | Gets or sets the reason of error. |
See Also