Class FrameworkException

Class FrameworkException

İsim alanı : Aspose.Imaging.CoreExceptions Toplantı: Aspose.Imaging.dll (25.4.0)

Bu sınıf tüm Aspose.Imaging istisnaları için bir çekirdek sınıfıdır.Aspose.Imaging motor ve diğer tüm istisnalar türleri tarafından atılan istisnalar arasında ayrım yapmak için tanıtıldı.

public class FrameworkException : Exception, ISerializable

Inheritance

object Exception FrameworkException

Derived

CompressorException , OperationInterruptedException , StreamReadException , XmpException

Implements

ISerializable

mirasçı üyeleri

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(Sırt)

Aspose.Imaging.CoreExceptions.FrameworkException sınıfının yeni bir örneğini başlatır.

public FrameworkException(string message)

Parameters

message string

Mesaj için .

FrameworkException(Çerçeve, istisna)

Aspose.Imaging.CoreExceptions.FrameworkException sınıfının yeni bir örneğini başlatır.

public FrameworkException(string message, Exception innerException)

Parameters

message string

Mesaj için .

innerException Exception

İçsel bir istisna.

 Türkçe