共用方式為


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

要列印的例外狀況。

傳回

例外狀況的格式化字串表示,包括展開和格式化任何巢狀子運算式。

適用於