Class FrameworkException
Namespace: Aspose.Imaging.CoreExceptions
Assembly: Aspose.Imaging.dll (25.2.0)
Görüntüleme çerçevesi istisnası. Bu sınıf, tüm Aspose.Imaging istisnaları için bir temel sınıftır.
Aspose.Imaging motoru tarafından atılan istisnalar ile diğer tüm istisna türleri arasında ayrım yapmak için tanıtılmıştır.
public class FrameworkException : Exception, ISerializable
Miras
object ← Exception ← FrameworkException
Türetilmiş
CompressorException, OperationInterruptedException, StreamReadException, XmpException
Uygulayan
Miras Alınan Üyeler
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()
Yapıcılar
FrameworkException(string)
Aspose.Imaging.CoreExceptions.FrameworkException sınıfının yeni bir örneğini başlatır.
public FrameworkException(string message)
Parametreler
message
string
Mesaj.
FrameworkException(string, Exception)
Aspose.Imaging.CoreExceptions.FrameworkException sınıfının yeni bir örneğini başlatır.
public FrameworkException(string message, Exception innerException)
Parametreler
message
string
Mesaj.
innerException
Exception
İç istisna.