Table of Contents

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 string

The exception message.

BmpImageException(string, Exception)

Initializes a new instance of the BmpImageException class.

public BmpImageException(string message, Exception innerException)

Parameters

message string

The exception message.

innerException Exception

The inner exception.