返回从最后一条向前指定条数的的错误日志。
命名空间:
SuperMap.Data程序集: SuperMap.Data (in SuperMap.Data)
版本: dll
语法
C# |
---|
public static ErrorInfo[] GetLastErrors( int count ) |
参数
- count
- Type: System..::.Int32
指定的从日志的最后一条向前倒数条数。
C# |
---|
public static ErrorInfo[] GetLastErrors( int count ) |