CompressorException Constructor (String, Exception)

Initializes a new instance of the CompressorException class.

Namespace:  Aspose.CAD.CadExceptions
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public CompressorException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
The exception message.
innerException
Type: SystemException
The inner exception.
See Also