Table of Contents

Class ErrorInfo

Namespace
AT.Librarys.Container.Service
Assembly
AT.Librarys.Container.dll

错误信息

public class ErrorInfo
Inheritance
ErrorInfo
Inherited Members
Extension Methods

Properties

Column

错误代码位置列

public string Column { get; set; }

Property Value

string

Content

内容

public string Content { get; set; }

Property Value

string

ErrorCode

错误编号

public string ErrorCode { get; set; }

Property Value

string

ErrorName

错误名称

public string ErrorName { get; set; }

Property Value

string

Row

错误代码位置行

public string Row { get; set; }

Property Value

string