TransformationException.TransformationException

TransformationException()

新しいインスタンスを作成します。

public TransformationException()

関連項目


TransformationException(string)

新しいインスタンスを作成します。

public TransformationException(string message)
パラメータタイプ説明
messageStringエラーメッセージ。

関連項目


TransformationException(string, Exception)

新しいインスタンスを作成します。

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

関連項目