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