Class FrameworkException

Class FrameworkException

Namespace: Aspose.Imaging.CoreExceptions
Assembly: Aspose.Imaging.dll (25.2.0)

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

objectExceptionFrameworkException

Derived

CompressorException, OperationInterruptedException, StreamReadException, XmpException

Implements

ISerializable

Inherited Members

Exception.GetBaseException(), Exception.ToString(), Exception.GetType(), Exception.TargetSite, Exception.Message, Exception.Data, Exception.InnerException, Exception.HelpLink, Exception.Source, Exception.HResult, Exception.StackTrace, Exception.SerializeObjectState, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

FrameworkException(string)

Initializes a new instance of the Aspose.Imaging.CoreExceptions.FrameworkException class.

public FrameworkException(string message)

Parameters

message string

The message.

FrameworkException(string, Exception)

Initializes a new instance of the Aspose.Imaging.CoreExceptions.FrameworkException class.

public FrameworkException(string message, Exception innerException)

Parameters

message string

The message.

innerException Exception

The inner exception.