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