次の方法で共有


SiloHost.ReportStartupError(Exception) メソッド

定義

サイロの起動時にエラーを報告します。

public void ReportStartupError (Exception exc);
member this.ReportStartupError : Exception -> unit
Public Sub ReportStartupError (exc As Exception)

パラメーター

exc
Exception

サイロの起動の問題の原因となった例外。

注釈

サイロのスタートアップの問題に関する情報は、アタッチされているロガーに記録され、タイムスタンプ付きの StartupError テキスト ファイルが現在の作業ディレクトリに書き込まれます (可能な場合)。

適用対象