Error.ToString 方法 | |
Creates and returns a string representation of the current exception.
命名空间:
XSharp
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 VIRTUAL METHOD ToString() AS STRING
public override string ToString()
查看代码返回值
类型:
StringA string representation of the current exception.
实现
ToString参见