Table of Contents

Class ImageLoadException

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

The image load exception. Occurs during image loading.

public class ImageLoadException : ImageException, ISerializable
Inheritance
ImageLoadException
Implements
Inherited Members

Constructors

ImageLoadException(string)

Initializes a new instance of the ImageLoadException class.

public ImageLoadException(string message)

Parameters

message string

The exception message.

ImageLoadException(string, Exception)

Initializes a new instance of the ImageLoadException class.

public ImageLoadException(string message, Exception innerException)

Parameters

message string

The exception message.

innerException Exception

The inner exception.