Class XmpException
Nama dari : Aspose.Imaging.CoreExceptions Pengumpulan: Aspose.Imaging.dll (25.4.0)
Pengecualian yang dilemparkan ketika XMP memiliki struktur yang tidak sah.
public class XmpException : FrameworkException, ISerializable
Inheritance
object ← Exception ← FrameworkException ← XmpException
Implements
anggota yang diwarisi
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()
Inicialisasi contoh baru dari kelas Aspose.Imaging.CoreExceptions.XmpException.
public XmpException()
XmpException(String)
Inicialisasi contoh baru dari kelas Aspose.Imaging.CoreExceptions.XmpException.
public XmpException(string message)
Parameters
message
string
dan pesan itu.
XmpException(String, Pengecualian)
Inicialisasi contoh baru dari kelas Aspose.Imaging.CoreExceptions.XmpException.
public XmpException(string message, Exception innerException)
Parameters
message
string
dan pesan itu.
innerException
Exception
dengan pengecualian internal.