Class FrameworkException
Navne til: Aspose.Imaging.CoreExceptions Sammensætning: Aspose.Imaging.dll (25.4.0)
Denne klasse er en kerneklasse for alle Aspose.Imaging undtagelser.Indført til at diskriminere mellem de undtagelser, der er kastet af Aspose.Imaging-motoren og alle andre unntakstyper.
public class FrameworkException : Exception, ISerializable
Inheritance
object ← Exception ← FrameworkException
Derived
CompressorException , OperationInterruptedException , StreamReadException , XmpException
Implements
De arvede medlemmer
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)
Initialiserer en ny instans af Aspose.Imaging.CoreExceptions.FrameworkException klasse.
public FrameworkException(string message)
Parameters
message
string
Det budskab.
FrameworkException(String, undtagelse)
Initialiserer en ny instans af Aspose.Imaging.CoreExceptions.FrameworkException klasse.
public FrameworkException(string message, Exception innerException)
Parameters
message
string
Det budskab.
innerException
Exception
Det indre undtagelse.