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