Class ImageException
- Namespace
- Aspose.Imaging.CoreExceptions
- Assembly
- Aspose.Imaging.dll
The image exception.
public class ImageException : Exception, ISerializable
- Inheritance
-
ImageException
- Implements
- Derived
- Inherited Members
Constructors
ImageException(string)
Initializes a new instance of the ImageException class.
public ImageException(string message)
Parameters
message
stringThe exception message.
ImageException(string, Exception)
Initializes a new instance of the ImageException class.
public ImageException(string message, Exception innerException)