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
内部の例外です。