Class XmpException
Namespace: Aspose.Imaging.CoreExceptions
Assembly: Aspose.Imaging.dll (25.2.0)
当 XMP 结构无效时抛出的异常。
public class XmpException : FrameworkException, ISerializable
继承
object ← Exception ← FrameworkException ← XmpException
实现
继承成员
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
内部异常。