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