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