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.CAD.CadExceptions
- assembly Aspose.CAD
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.CAD.CadExceptions
- assembly Aspose.CAD