Class XmpException

Class XmpException

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

XMP’nin geçersiz yapısı olduğunda atılan istisna.

public class XmpException : FrameworkException, ISerializable

Inheritance

object Exception FrameworkException 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

XmpException()

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

public XmpException()

XmpException(Sırt)

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

public XmpException(string message)

Parameters

message string

Mesaj için .

XmpException(Çerçeve, istisna)

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

public XmpException(string message, Exception innerException)

Parameters

message string

Mesaj için .

innerException Exception

İçsel bir istisna.

 Türkçe