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