RleCompressorException Constructor (String) |
Namespace: Aspose.Imaging.CoreExceptions.CompressorsAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.04
Syntaxpublic RleCompressorException(
string message
)
Public Sub New (
message As String
)
public:
RleCompressorException(
String^ message
)
new :
message : string -> RleCompressorException
Parameters
- message
- Type: SystemString
The exception message.
See Also