Error

ILogger.Error method

データ抽出中に発生したエラーを記録します。

public void Error(string message, Exception exception)
パラメータ タイプ 説明
message String エラーメッセージ。
exception Exception 発生した例外のインスタンス。

関連項目