ImageException.ImageException

ImageException(string)

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

public ImageException(string message)
パラメータタイプ説明
messageString例外メッセージ。

関連項目


ImageException(string, Exception)

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

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

関連項目