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