BmpImageException.BmpImageException
BmpImageException(string)
Initializes a new instance of the BmpImageException class.
public BmpImageException(string message)
| Parameter | Type | Description |
|---|---|---|
| message | String | The exception message. |
See Also
- class BmpImageException
- namespace Aspose.CAD.CadExceptions.ImageFormats
- assembly Aspose.CAD
BmpImageException(string, Exception)
Initializes a new instance of the BmpImageException class.
public BmpImageException(string message, Exception innerException)
| Parameter | Type | Description |
|---|---|---|
| message | String | The exception message. |
| innerException | Exception | The inner exception. |
See Also
- class BmpImageException
- namespace Aspose.CAD.CadExceptions.ImageFormats
- assembly Aspose.CAD