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,
Throwable innerException)
Initializes a new instance of the
ImageException class. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public ImageException(String message)
Initializes a new instance of the ImageException
class.
message
- The exception message.