BmpImageException Constructor (String, Exception)
Initializes a new instance of the BmpImageException class.

Namespace: Aspose.PSD.CoreExceptions.ImageFormats
Assembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntax
public BmpImageException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
The exception message.
innerException
Type: SystemException
The inner exception.
See Also