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