Class ErrorInfo
错误信息
public class ErrorInfo
- Inheritance
-
ErrorInfo
- Inherited Members
- Extension Methods
Properties
Column
错误代码位置列
public string Column { get; set; }
Property Value
Content
内容
public string Content { get; set; }
Property Value
ErrorCode
错误编号
public string ErrorCode { get; set; }
Property Value
ErrorName
错误名称
public string ErrorName { get; set; }
Property Value
Row
错误代码位置行
public string Row { get; set; }