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