LogFormatter.PrintException(Exception) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
入れ子になったサブ式の展開や書式設定など、例外を印刷可能な形式に変換するユーティリティ関数。
public static string PrintException (Exception exception);
static member PrintException : Exception -> string
Public Shared Function PrintException (exception As Exception) As String
パラメーター
- exception
- Exception
出力される例外。
戻り値
入れ子になったサブ式の展開と書式設定など、例外の書式設定された文字列表現。