Class XmpException

Class XmpException

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

الاستثناء الذي يتم طرحه عندما يكون لدى XMP بنية غير صالحة.

public class XmpException : FrameworkException, ISerializable

الوراثة

objectExceptionFrameworkExceptionXmpException

التنفيذ

ISerializable

الأعضاء الموروثة

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()

الباني

XmpException()

يقوم بتهيئة مثيل جديد من فئة Aspose.Imaging.CoreExceptions.XmpException.

public XmpException()

XmpException(string)

يقوم بتهيئة مثيل جديد من فئة Aspose.Imaging.CoreExceptions.XmpException.

public XmpException(string message)

المعلمات

message string

الرسالة.

XmpException(string, Exception)

يقوم بتهيئة مثيل جديد من فئة Aspose.Imaging.CoreExceptions.XmpException.

public XmpException(string message, Exception innerException)

المعلمات

message string

الرسالة.

innerException Exception

الاستثناء الداخلي.

 عربي