Class FrameworkException
Namespace: Aspose.Imaging.CoreExceptions
Assembly: Aspose.Imaging.dll (25.2.0)
L’exception du framework d’imagerie. Cette classe est une classe centrale pour toutes les exceptions Aspose.Imaging.
Introduite pour discriminer entre les exceptions lancées par le moteur Aspose.Imaging et tous les autres types d’exceptions.
public class FrameworkException : Exception, ISerializable
Héritage
object ← Exception ← FrameworkException
Dérivées
CompressorException, OperationInterruptedException, StreamReadException, XmpException
Implémente
Membres hérités
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()
Constructeurs
FrameworkException(string)
Initialise une nouvelle instance de la classe Aspose.Imaging.CoreExceptions.FrameworkException.
public FrameworkException(string message)
Paramètres
message
string
Le message.
FrameworkException(string, Exception)
Initialise une nouvelle instance de la classe Aspose.Imaging.CoreExceptions.FrameworkException.
public FrameworkException(string message, Exception innerException)
Paramètres
message
string
Le message.
innerException
Exception
L’exception interne.