次の方法で共有


LogFormatter.PrintException(Exception) メソッド

定義

入れ子になったサブ式の展開や書式設定など、例外を印刷可能な形式に変換するユーティリティ関数。

public static string PrintException (Exception exception);
static member PrintException : Exception -> string
Public Shared Function PrintException (exception As Exception) As String

パラメーター

exception
Exception

出力される例外。

戻り値

入れ子になったサブ式の展開と書式設定など、例外の書式設定された文字列表現。

適用対象