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
stringThe exception message.
ImageLoadException(string, Exception)
Initializes a new instance of the ImageLoadException class.
public ImageLoadException(string message, Exception innerException)