public class ImageException
extends com.aspose.ms.System.Exception
The image exception.
Constructor and Description |
---|
ImageException(String message)
Initializes a new instance of the
ImageException class. |
ImageException(String message,
RuntimeException innerException)
Initializes a new instance of the
ImageException class. |
public ImageException(String message)
Initializes a new instance of the ImageException
class.
message
- The exception message.public ImageException(String message, RuntimeException innerException)
Initializes a new instance of the ImageException
class.
message
- The exception message.innerException
- The inner exception.Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.