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