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