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