Class XmpException
名称: Aspose.Imaging.CoreExceptions 收藏: Aspose.Imaging.dll (25.4.0)
除此之外,如果XMP有破坏性结构,则会被扔掉。
public class XmpException : FrameworkException, ISerializable
Inheritance
object ← Exception ← FrameworkException ← XmpException
Implements
继承人
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()
启动 Aspose.Imaging.CoreExceptions.XmpException 类的新例子。
public XmpException()
XmpException(线条)
启动 Aspose.Imaging.CoreExceptions.XmpException 类的新例子。
public XmpException(string message)
Parameters
message
string
这个消息。
XmpException(,例外)
启动 Aspose.Imaging.CoreExceptions.XmpException 类的新例子。
public XmpException(string message, Exception innerException)
Parameters
message
string
这个消息。
innerException
Exception
内部的例外。