Class FrameworkException
Namespace: Aspose.Imaging.CoreExceptions
Assembly: Aspose.Imaging.dll (25.2.0)
Imaging-ramverket undantag. Denna klass är en kärnklass för alla Aspose.Imaging-undantag.
Introducerad för att särskilja mellan de undantag som kastas av Aspose.Imaging-motorn och alla andra undantagstyper.
public class FrameworkException : Exception, ISerializable
Arv
object ← Exception ← FrameworkException
Härledda
CompressorException, OperationInterruptedException, StreamReadException, XmpException
Implementerar
Ärvt Medlemmar
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()
Konstruktörer
FrameworkException(string)
Initierar en ny instans av Aspose.Imaging.CoreExceptions.FrameworkException-klassen.
public FrameworkException(string message)
Parametrar
message
string
Meddelandet.
FrameworkException(string, Exception)
Initierar en ny instans av Aspose.Imaging.CoreExceptions.FrameworkException-klassen.
public FrameworkException(string message, Exception innerException)
Parametrar
message
string
Meddelandet.
innerException
Exception
Det inre undantaget.