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