Class XmpException

Class XmpException

Namespace: Aspose.Imaging.CoreExceptions
Assembly: Aspose.Imaging.dll (25.2.0)

XMP’nin geçersiz bir yapıya sahip olduğunda fırlatılan istisna.

public class XmpException : FrameworkException, ISerializable

Miras

objectExceptionFrameworkExceptionXmpException

Uygulamalar

ISerializable

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

XmpException()

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

public XmpException()

XmpException(string)

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

public XmpException(string message)

Parametreler

message string

Mesaj.

XmpException(string, Exception)

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

public XmpException(string message, Exception innerException)

Parametreler

message string

Mesaj.

innerException Exception

İç istisna.

 Türkçe