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