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