Table of Contents

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 string

The exception message.

ImageSaveException(string, Exception)

Initializes a new instance of the ImageSaveException class.

public ImageSaveException(string message, Exception innerException)

Parameters

message string

The exception message.

innerException Exception

The inner exception.