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

要打印的异常。

返回

异常的格式字符串表示形式,包括展开和设置任何嵌套子表达式的格式。

适用于