Table of Contents

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 string

The exception message.

ImageCreateException(string, Exception)

Initializes a new instance of the ImageCreateException class.

public ImageCreateException(string message, Exception innerException)

Parameters

message string

The exception message.

innerException Exception

The inner exception.