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
要列印的例外狀況。
傳回
例外狀況的格式化字串表示,包括展開和格式化任何巢狀子運算式。