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