Class FrameworkException
- Namespace
- Aspose.Imaging.CoreExceptions
- Assembly
- Aspose.Imaging.dll
The imaging framework exception. This class is a core class for all Aspose.Imaging exceptions. Introduced to discriminate between the exceptions thrown by the Aspose.Imaging engine and all other exception types.
public class FrameworkException : Exception, ISerializable
- Inheritance
-
FrameworkException
- Implements
- Derived
- Inherited Members
Constructors
FrameworkException(string)
Initializes a new instance of the FrameworkException class.
public FrameworkException(string message)
Parameters
message
stringThe message.
FrameworkException(string, Exception)
Initializes a new instance of the FrameworkException class.
public FrameworkException(string message, Exception innerException)