XmpException

XmpException()

の新しいインスタンスを初期化しますXmpExceptionclass.

public XmpException()

関連項目


XmpException(string)

の新しいインスタンスを初期化しますXmpExceptionclass.

public XmpException(string message)
パラメータ タイプ 説明
message String メッセージ。

関連項目


XmpException(string, Exception)

の新しいインスタンスを初期化しますXmpExceptionclass.

public XmpException(string message, Exception innerException)
パラメータ タイプ 説明
message String メッセージ。
innerException Exception 内部例外。

関連項目