Constructor CompressorException
- Namespace
- Aspose.CAD.CadExceptions
- Assembly
- Aspose.CAD.dll
CompressorException(string)
Initializes a new instance of the CompressorException class.
public CompressorException(string message)
Parameters
message
stringThe exception message.
CompressorException(string, Exception)
Initializes a new instance of the CompressorException class.
public CompressorException(string message, Exception innerException)