Table of Contents

Class ImageException

Namespace
Aspose.Imaging.CoreExceptions
Assembly
Aspose.Imaging.dll

The image exception.

public class ImageException : Exception, ISerializable
Inheritance
ImageException
Implements
Derived
Inherited Members

Constructors

ImageException(string)

Initializes a new instance of the ImageException class.

public ImageException(string message)

Parameters

message string

The exception message.

ImageException(string, Exception)

Initializes a new instance of the ImageException class.

public ImageException(string message, Exception innerException)

Parameters

message string

The exception message.

innerException Exception

The inner exception.