Class XmpException

Class XmpException

Namespace: Aspose.Imaging.CoreExceptions
Assembly: Aspose.Imaging.dll (25.2.0)

XMPの構造が無効な場合にスローされる例外です。

public class XmpException : FrameworkException, ISerializable

継承

objectExceptionFrameworkExceptionXmpException

実装

ISerializable

継承されたメンバー

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

内部例外。

 日本語