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