C# Class ChiakiYu.Common.Extensions.ExceptionExtensions

异常操作扩展
Afficher le fichier Open project: andyshao/ChiakiYu

Méthodes publiques

Méthode Description
FormatMessage ( this e, bool isHideStackTrace = false ) : string

格式化异常消息

Method Details

FormatMessage() public static méthode

格式化异常消息
public static FormatMessage ( this e, bool isHideStackTrace = false ) : string
e this 异常对象
isHideStackTrace bool 是否隐藏异常规模信息
Résultat string