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