Table of Contents

Class ErrorInfoEventArgs

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

监控变量事件数据

public class ErrorInfoEventArgs : EventArgs
Inheritance
ErrorInfoEventArgs
Inherited Members
Extension Methods

Constructors

ErrorInfoEventArgs(List<ErrorInfo>)

构造

public ErrorInfoEventArgs(List<ErrorInfo> errorInfo)

Parameters

errorInfo List<ErrorInfo>

错误信息

Properties

ErrorInfo

错误信息

public List<ErrorInfo> ErrorInfo { get; set; }

Property Value

List<ErrorInfo>