Class XmpException
Navne til: Aspose.Imaging.CoreExceptions Sammensætning: Aspose.Imaging.dll (25.4.0)
Undtagelsen kastes, når XMP har en ugyldig struktur.
public class XmpException : FrameworkException, ISerializable
Inheritance
object ← Exception ← FrameworkException ← XmpException
Implements
De arvede medlemmer
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()
Initialiserer en ny instans af Aspose.Imaging.CoreExceptions.XmpException klasse.
public XmpException()
XmpException(String)
Initialiserer en ny instans af Aspose.Imaging.CoreExceptions.XmpException klasse.
public XmpException(string message)
Parameters
message
string
Det budskab.
XmpException(String, undtagelse)
Initialiserer en ny instans af Aspose.Imaging.CoreExceptions.XmpException klasse.
public XmpException(string message, Exception innerException)
Parameters
message
string
Det budskab.
innerException
Exception
Det indre undtagelse.