Class XmpException
Namespace: Aspose.Imaging.CoreExceptions
Assembly: Aspose.Imaging.dll (25.2.0)
L’exception qui est lancée lorsque le XMP a une structure invalide.
public class XmpException : FrameworkException, ISerializable
Héritage
object ← Exception ← FrameworkException ← XmpException
Implémente
Membres hérités
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()
Constructeurs
XmpException()
Initialise une nouvelle instance de la classe Aspose.Imaging.CoreExceptions.XmpException.
public XmpException()
XmpException(string)
Initialise une nouvelle instance de la classe Aspose.Imaging.CoreExceptions.XmpException.
public XmpException(string message)
Paramètres
message
string
Le message.
XmpException(string, Exception)
Initialise une nouvelle instance de la classe Aspose.Imaging.CoreExceptions.XmpException.
public XmpException(string message, Exception innerException)
Paramètres
message
string
Le message.
innerException
Exception
L’exception interne.