public class ImageSaveException extends ImageException
The image save exception. Occurs during image saving.
Constructor and Description |
---|
ImageSaveException(String message)
Initializes a new instance of the
ImageSaveException class. |
ImageSaveException(String message,
RuntimeException innerException)
Initializes a new instance of the
ImageSaveException class. |
public ImageSaveException(String message)
Initializes a new instance of the ImageSaveException
class.
message
- The exception message.public ImageSaveException(String message, RuntimeException innerException)
Initializes a new instance of the ImageSaveException
class.
message
- The exception message.innerException
- The inner exception.Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.