Class FrameworkException
Nom dels espais: Aspose.Imaging.CoreExceptions Assemblea: Aspose.Imaging.dll (25.4.0)
Aquesta classe és una classe bàsica per a totes les excepcions Aspose.Imaging.Introduït per discriminar entre les excepcions llançades pel motor Aspose.Imaging i tots els altres tipus d’excepció.
public class FrameworkException : Exception, ISerializable
Inheritance
object ← Exception ← FrameworkException
Derived
CompressorException , OperationInterruptedException , StreamReadException , XmpException
Implements
Membres heretats
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(Tàrrega)
Inicialitza una nova instància de la classe Aspose.Imaging.CoreExceptions.FrameworkException.
public FrameworkException(string message)
Parameters
message
string
El missatge .
FrameworkException(Llàstima, excepció)
Inicialitza una nova instància de la classe Aspose.Imaging.CoreExceptions.FrameworkException.
public FrameworkException(string message, Exception innerException)
Parameters
message
string
El missatge .
innerException
Exception
La excepció interna.